Html Css Color HEX #12CAA5 Caribbean Green

📋 copy color: '#12CAA5'

red 18 ◦ green 202 ◦ blue 165

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

Shades of Caribbean Green #12CAA5

Tints of Caribbean Green #12CAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.47%

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 4.68%
G = 52.47%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#12CAA5 (or 0x12CAA5) is known color: Caribbean Green. HEX triplet: 12, CA and A5. RGB value is (18,202,165). Sum of RGB (Red+Green+Blue) = 18+202+165=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CAA5 is #ED355A. Grayscale: #8E8E8E. Windows color (decimal): -15545691 or 10865170. OLE color: 10865170.

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

Color convert

RGB 18 202 165 -
CMYK 0.91 0 0.18 0.21
HSL 167.93º 0.84% 0.43% -
HSV(B) 167.93º 0.91% 0.79% -
XYZ 28.16 45.09 42.82 -
YUV 142.77 140.54 39.01 -
System Red Green Blue C M Y K H S L
Decimal 18 202 165 0.91 0 0.18 0.21 167.93 0.84 0.43
Hex 12 CA A5 5B 0 12 15 A8 54 2B
Octal 22 312 245 133 0 22 25 250 124 53
Binary 10010 11001010 10100101 1011011 0 10010 10101 10101000 1010100 101011

Color Harmonies of #12CAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CAA5

Black with #12CAA5

Text Example


Text Example

White with #12CAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,165); }

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

background-color css

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

 a { background-color: rgb(18,202,165); }

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

border-color css

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

 span { border-color: rgb(18,202,165); }

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