Html Css Color HEX #12CD9C Caribbean Green

📋 copy color: '#12CD9C'

red 18 ◦ green 205 ◦ blue 156

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

Shades of Caribbean Green #12CD9C

Tints of Caribbean Green #12CD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 4.75%
G = 54.09%
B = 41.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#12CD9C (or 0x12CD9C) is known color: Caribbean Green. HEX triplet: 12, CD and 9C. RGB value is (18,205,156). Sum of RGB (Red+Green+Blue) = 18+205+156=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #12CD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CD9C is #ED3263. Grayscale: #8F8F8F. Windows color (decimal): -15544932 or 10276114. OLE color: 10276114.

HSL color Cylindrical-coordinate representation of color #12CD9C: hue angle of 164.28º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CD9C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 156 -
CMYK 0.91 0 0.24 0.20
HSL 164.28º 0.84% 0.44% -
HSV(B) 164.28º 0.91% 0.8% -
XYZ 28.08 46.19 38.89 -
YUV 143.5 135.05 38.48 -
System Red Green Blue C M Y K H S L
Decimal 18 205 156 0.91 0 0.24 0.20 164.28 0.84 0.44
Hex 12 CD 9C 5B 0 18 14 A4 54 2C
Octal 22 315 234 133 0 30 24 244 124 54
Binary 10010 11001101 10011100 1011011 0 11000 10100 10100100 1010100 101100

Color Harmonies of #12CD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CD9C

Black with #12CD9C

Text Example


Text Example

White with #12CD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,205,156); }

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

background-color css

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

 a { background-color: rgb(18,205,156); }

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

border-color css

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

 span { border-color: rgb(18,205,156); }

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