Html Css Color HEX #12CDA7 Caribbean Green

📋 copy color: '#12CDA7'

red 18 ◦ green 205 ◦ blue 167

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

Shades of Caribbean Green #12CDA7

Tints of Caribbean Green #12CDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 4.62%
G = 52.56%
B = 42.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#12CDA7 (or 0x12CDA7) is known color: Caribbean Green. HEX triplet: 12, CD and A7. RGB value is (18,205,167). Sum of RGB (Red+Green+Blue) = 18+205+167=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CDA7 is #ED3258. Grayscale: #909090. Windows color (decimal): -15544921 or 10997010. OLE color: 10997010.

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

Color convert

RGB 18 205 167 -
CMYK 0.91 0 0.19 0.20
HSL 167.81º 0.84% 0.44% -
HSV(B) 167.81º 0.91% 0.8% -
XYZ 29.06 46.58 44.02 -
YUV 144.76 140.55 37.59 -
System Red Green Blue C M Y K H S L
Decimal 18 205 167 0.91 0 0.19 0.20 167.81 0.84 0.44
Hex 12 CD A7 5B 0 13 14 A8 54 2C
Octal 22 315 247 133 0 23 24 250 124 54
Binary 10010 11001101 10100111 1011011 0 10011 10100 10101000 1010100 101100

Color Harmonies of #12CDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDA7

Black with #12CDA7

Text Example


Text Example

White with #12CDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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