Html Css Color HEX #12DF8E Caribbean Green

📋 copy color: '#12DF8E'

red 18 ◦ green 223 ◦ blue 142

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

Shades of Caribbean Green #12DF8E

Tints of Caribbean Green #12DF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.22%

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 4.7%
G = 58.22%
B = 37.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#12DF8E (or 0x12DF8E) is known color: Caribbean Green. HEX triplet: 12, DF and 8E. RGB value is (18,223,142). Sum of RGB (Red+Green+Blue) = 18+223+142=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DF8E is #ED2071. Grayscale: #989898. Windows color (decimal): -15540338 or 9363218. OLE color: 9363218.

HSL color Cylindrical-coordinate representation of color #12DF8E: hue angle of 156.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF8E is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 142 -
CMYK 0.92 0 0.36 0.13
HSL 156.29º 0.85% 0.47% -
HSV(B) 156.29º 0.92% 0.87% -
XYZ 31.52 54.86 34.52 -
YUV 152.47 122.08 32.09 -
System Red Green Blue C M Y K H S L
Decimal 18 223 142 0.92 0 0.36 0.13 156.29 0.85 0.47
Hex 12 DF 8E 5C 0 24 D 9C 55 2F
Octal 22 337 216 134 0 44 15 234 125 57
Binary 10010 11011111 10001110 1011100 0 100100 1101 10011100 1010101 101111

Color Harmonies of #12DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF8E

Black with #12DF8E

Text Example


Text Example

White with #12DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,142); }

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

background-color css

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

 a { background-color: rgb(18,223,142); }

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

border-color css

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

 span { border-color: rgb(18,223,142); }

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