Html Css Color HEX #12CBA2 Caribbean Green

📋 copy color: '#12CBA2'

red 18 ◦ green 203 ◦ blue 162

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

Shades of Caribbean Green #12CBA2

Tints of Caribbean Green #12CBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 4.7%
G = 53%
B = 42.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#12CBA2 (or 0x12CBA2) is known color: Caribbean Green. HEX triplet: 12, CB and A2. RGB value is (18,203,162). Sum of RGB (Red+Green+Blue) = 18+203+162=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #12CBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CBA2 is #ED345D. Grayscale: #8E8E8E. Windows color (decimal): -15545438 or 10668818. OLE color: 10668818.

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

Color convert

RGB 18 203 162 -
CMYK 0.91 0 0.20 0.20
HSL 166.7º 0.84% 0.43% -
HSV(B) 166.7º 0.91% 0.8% -
XYZ 28.13 45.45 41.47 -
YUV 143.01 138.71 38.83 -
System Red Green Blue C M Y K H S L
Decimal 18 203 162 0.91 0 0.20 0.20 166.7 0.84 0.43
Hex 12 CB A2 5B 0 14 14 A7 54 2B
Octal 22 313 242 133 0 24 24 247 124 53
Binary 10010 11001011 10100010 1011011 0 10100 10100 10100111 1010100 101011

Color Harmonies of #12CBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CBA2

Black with #12CBA2

Text Example


Text Example

White with #12CBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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