Html Css Color HEX #0AC69C Caribbean Green

📋 copy color: '#0AC69C'

red 10 ◦ green 198 ◦ blue 156

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

Shades of Caribbean Green #0AC69C

Tints of Caribbean Green #0AC69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.4%

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

R = 2.75%
G = 54.4%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#0AC69C (or 0x0AC69C) is known color: Caribbean Green. HEX triplet: 0A, C6 and 9C. RGB value is (10,198,156). Sum of RGB (Red+Green+Blue) = 10+198+156=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC69C is #F53963. Grayscale: #888888. Windows color (decimal): -16071012 or 10274314. OLE color: 10274314.

HSL color Cylindrical-coordinate representation of color #0AC69C: hue angle of 166.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC69C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 198 156 -
CMYK 0.95 0 0.21 0.22
HSL 166.6º 0.9% 0.41% -
HSV(B) 166.6º 0.95% 0.78% -
XYZ 26.32 42.85 38.34 -
YUV 137 138.72 37.42 -
System Red Green Blue C M Y K H S L
Decimal 10 198 156 0.95 0 0.21 0.22 166.6 0.9 0.41
Hex A C6 9C 5F 0 15 16 A7 5A 29
Octal 12 306 234 137 0 25 26 247 132 51
Binary 1010 11000110 10011100 1011111 0 10101 10110 10100111 1011010 101001

Color Harmonies of #0AC69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC69C

Black with #0AC69C

Text Example


Text Example

White with #0AC69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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