Html Css Color HEX #12D28C Caribbean Green

📋 copy color: '#12D28C'

red 18 ◦ green 210 ◦ blue 140

#12D28C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #12D28C

Tints of Caribbean Green #12D28C

RGB

 RED value IS 18 (7.42% from 255) = 4.89%

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 4.89%
G = 57.07%
B = 38.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12D28C (or 0x12D28C) is known color: Caribbean Green. HEX triplet: 12, D2 and 8C. RGB value is (18,210,140). Sum of RGB (Red+Green+Blue) = 18+210+140=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #12D28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D28C is #ED2D73. Grayscale: #909090. Windows color (decimal): -15543668 or 9228818. OLE color: 9228818.

HSL color Cylindrical-coordinate representation of color #12D28C: hue angle of 158.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D28C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 210 140 -
CMYK 0.91 0 0.33 0.18
HSL 158.13º 0.84% 0.45% -
HSV(B) 158.13º 0.91% 0.82% -
XYZ 28.03 48.12 32.62 -
YUV 144.61 125.39 37.69 -
System Red Green Blue C M Y K H S L
Decimal 18 210 140 0.91 0 0.33 0.18 158.13 0.84 0.45
Hex 12 D2 8C 5B 0 21 12 9E 54 2D
Octal 22 322 214 133 0 41 22 236 124 55
Binary 10010 11010010 10001100 1011011 0 100001 10010 10011110 1010100 101101

Color Harmonies of #12D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D28C

Black with #12D28C

Text Example


Text Example

White with #12D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12D28C; }

 p { color: rgb(18,210,140); }

 H1.HeaderClassName
 {
   color: #12D28C;
 }
 .AnyTagClassName
 {
   color: #12D28C;
 }
</style>

background-color css

<style>
 a { background-color: #12D28C; }

 a { background-color: rgb(18,210,140); }

 div.DivClassName
 {
   background-color: #12D28C;
 }
 .BgClassName
 {
   background-color: #12D28C;
 }
</style>

border-color css

<style>
 span { border-color: #12D28C; }

 span { border-color: rgb(18,210,140); }

 td.TdClassName
 {
   border-color: #12D28C;
 }
 .TagClassName
 {
   border-color: #12D28C;
 }
</style>