Html Css Color HEX #12C097 Caribbean Green

📋 copy color: '#12C097'

red 18 ◦ green 192 ◦ blue 151

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

Shades of Caribbean Green #12C097

Tints of Caribbean Green #12C097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 4.99%
G = 53.19%
B = 41.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#12C097 (or 0x12C097) is known color: Caribbean Green. HEX triplet: 12, C0 and 97. RGB value is (18,192,151). Sum of RGB (Red+Green+Blue) = 18+192+151=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #12C097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C097 is #ED3F68. Grayscale: #878787. Windows color (decimal): -15548265 or 9945106. OLE color: 9945106.

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

Color convert

RGB 18 192 151 -
CMYK 0.91 0 0.21 0.25
HSL 165.86º 0.83% 0.41% -
HSV(B) 165.86º 0.91% 0.75% -
XYZ 24.69 40.06 35.71 -
YUV 135.3 136.85 44.33 -
System Red Green Blue C M Y K H S L
Decimal 18 192 151 0.91 0 0.21 0.25 165.86 0.83 0.41
Hex 12 C0 97 5B 0 15 19 A6 53 29
Octal 22 300 227 133 0 25 31 246 123 51
Binary 10010 11000000 10010111 1011011 0 10101 11001 10100110 1010011 101001

Color Harmonies of #12C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C097

Black with #12C097

Text Example


Text Example

White with #12C097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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