Html Css Color HEX #12CBAB Caribbean Green

📋 copy color: '#12CBAB'

red 18 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #12CBAB

Tints of Caribbean Green #12CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.79%

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 4.59%
G = 51.79%
B = 43.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#12CBAB (or 0x12CBAB) is known color: Caribbean Green. HEX triplet: 12, CB and AB. RGB value is (18,203,171). Sum of RGB (Red+Green+Blue) = 18+203+171=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBAB is #ED3454. Grayscale: #8F8F8F. Windows color (decimal): -15545429 or 11258642. OLE color: 11258642.

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

Color convert

RGB 18 203 171 -
CMYK 0.91 0 0.16 0.20
HSL 169.62º 0.84% 0.43% -
HSV(B) 169.62º 0.91% 0.8% -
XYZ 28.96 45.78 45.84 -
YUV 144.04 143.21 38.1 -
System Red Green Blue C M Y K H S L
Decimal 18 203 171 0.91 0 0.16 0.20 169.62 0.84 0.43
Hex 12 CB AB 5B 0 10 14 AA 54 2B
Octal 22 313 253 133 0 20 24 252 124 53
Binary 10010 11001011 10101011 1011011 0 10000 10100 10101010 1010100 101011

Color Harmonies of #12CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBAB

Black with #12CBAB

Text Example


Text Example

White with #12CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,171); }

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

background-color css

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

 a { background-color: rgb(18,203,171); }

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

border-color css

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

 span { border-color: rgb(18,203,171); }

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