Html Css Color HEX #0AC49C Caribbean Green

📋 copy color: '#0AC49C'

red 10 ◦ green 196 ◦ blue 156

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

Shades of Caribbean Green #0AC49C

Tints of Caribbean Green #0AC49C

RGB

 RED value IS 10 (4.3% from 255) = 2.76%

 GREEN value IS 196 (76.95% from 255) = 54.14%

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 2.76%
G = 54.14%
B = 43.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#0AC49C (or 0x0AC49C) is known color: Caribbean Green. HEX triplet: 0A, C4 and 9C. RGB value is (10,196,156). Sum of RGB (Red+Green+Blue) = 10+196+156=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC49C is #F53B63. Grayscale: #878787. Windows color (decimal): -16071524 or 10273802. OLE color: 10273802.

HSL color Cylindrical-coordinate representation of color #0AC49C: hue angle of 167.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC49C is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 10 196 156 -
CMYK 0.95 0 0.20 0.23
HSL 167.1º 0.9% 0.4% -
HSV(B) 167.1º 0.95% 0.77% -
XYZ 25.87 41.94 38.19 -
YUV 135.83 139.38 38.25 -
System Red Green Blue C M Y K H S L
Decimal 10 196 156 0.95 0 0.20 0.23 167.1 0.9 0.4
Hex A C4 9C 5F 0 14 17 A7 5A 28
Octal 12 304 234 137 0 24 27 247 132 50
Binary 1010 11000100 10011100 1011111 0 10100 10111 10100111 1011010 101000

Color Harmonies of #0AC49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC49C

Black with #0AC49C

Text Example


Text Example

White with #0AC49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC49C; }

 p { color: rgb(10,196,156); }

 H1.HeaderClassName
 {
   color: #0AC49C;
 }
 .AnyTagClassName
 {
   color: #0AC49C;
 }
</style>

background-color css

<style>
 a { background-color: #0AC49C; }

 a { background-color: rgb(10,196,156); }

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

border-color css

<style>
 span { border-color: #0AC49C; }

 span { border-color: rgb(10,196,156); }

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