Html Css Color HEX #12CA9F Caribbean Green

📋 copy color: '#12CA9F'

red 18 ◦ green 202 ◦ blue 159

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

Shades of Caribbean Green #12CA9F

Tints of Caribbean Green #12CA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 4.75%
G = 53.3%
B = 41.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#12CA9F (or 0x12CA9F) is known color: Caribbean Green. HEX triplet: 12, CA and 9F. RGB value is (18,202,159). Sum of RGB (Red+Green+Blue) = 18+202+159=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA9F is #ED3560. Grayscale: #8E8E8E. Windows color (decimal): -15545697 or 10471954. OLE color: 10471954.

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

Color convert

RGB 18 202 159 -
CMYK 0.91 0 0.21 0.21
HSL 165.98º 0.84% 0.43% -
HSV(B) 165.98º 0.91% 0.79% -
XYZ 27.63 44.87 40.01 -
YUV 142.08 137.54 39.5 -
System Red Green Blue C M Y K H S L
Decimal 18 202 159 0.91 0 0.21 0.21 165.98 0.84 0.43
Hex 12 CA 9F 5B 0 15 15 A6 54 2B
Octal 22 312 237 133 0 25 25 246 124 53
Binary 10010 11001010 10011111 1011011 0 10101 10101 10100110 1010100 101011

Color Harmonies of #12CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA9F

Black with #12CA9F

Text Example


Text Example

White with #12CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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