Html Css Color HEX #12CDA0 Caribbean Green

📋 copy color: '#12CDA0'

red 18 ◦ green 205 ◦ blue 160

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

Shades of Caribbean Green #12CDA0

Tints of Caribbean Green #12CDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 4.7%
G = 53.52%
B = 41.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#12CDA0 (or 0x12CDA0) is known color: Caribbean Green. HEX triplet: 12, CD and A0. RGB value is (18,205,160). Sum of RGB (Red+Green+Blue) = 18+205+160=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CDA0 is #ED325F. Grayscale: #8F8F8F. Windows color (decimal): -15544928 or 10538258. OLE color: 10538258.

HSL color Cylindrical-coordinate representation of color #12CDA0: hue angle of 165.56º 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 #12CDA0 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 160 -
CMYK 0.91 0 0.22 0.20
HSL 165.56º 0.84% 0.44% -
HSV(B) 165.56º 0.91% 0.8% -
XYZ 28.43 46.33 40.7 -
YUV 143.96 137.05 38.16 -
System Red Green Blue C M Y K H S L
Decimal 18 205 160 0.91 0 0.22 0.20 165.56 0.84 0.44
Hex 12 CD A0 5B 0 16 14 A6 54 2C
Octal 22 315 240 133 0 26 24 246 124 54
Binary 10010 11001101 10100000 1011011 0 10110 10100 10100110 1010100 101100

Color Harmonies of #12CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDA0

Black with #12CDA0

Text Example


Text Example

White with #12CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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