Html Css Color HEX #12C0A1 Caribbean Green

📋 copy color: '#12C0A1'

red 18 ◦ green 192 ◦ blue 161

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

Shades of Caribbean Green #12C0A1

Tints of Caribbean Green #12C0A1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 4.85%
G = 51.75%
B = 43.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#12C0A1 (or 0x12C0A1) is known color: Caribbean Green. HEX triplet: 12, C0 and A1. RGB value is (18,192,161). Sum of RGB (Red+Green+Blue) = 18+192+161=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #12C0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C0A1 is #ED3F5E. Grayscale: #888888. Windows color (decimal): -15548255 or 10600466. OLE color: 10600466.

HSL color Cylindrical-coordinate representation of color #12C0A1: hue angle of 169.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C0A1 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 161 -
CMYK 0.91 0 0.16 0.25
HSL 169.31º 0.83% 0.41% -
HSV(B) 169.31º 0.91% 0.75% -
XYZ 25.53 40.4 40.17 -
YUV 136.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 18 192 161 0.91 0 0.16 0.25 169.31 0.83 0.41
Hex 12 C0 A1 5B 0 10 19 A9 53 29
Octal 22 300 241 133 0 20 31 251 123 51
Binary 10010 11000000 10100001 1011011 0 10000 11001 10101001 1010011 101001

Color Harmonies of #12C0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C0A1

Black with #12C0A1

Text Example


Text Example

White with #12C0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,161); }

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

background-color css

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

 a { background-color: rgb(18,192,161); }

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

border-color css

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

 span { border-color: rgb(18,192,161); }

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