Html Css Color HEX #0ACE95 Caribbean Green

📋 copy color: '#0ACE95'

red 10 ◦ green 206 ◦ blue 149

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

Shades of Caribbean Green #0ACE95

Tints of Caribbean Green #0ACE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.44%

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 2.74%
G = 56.44%
B = 40.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#0ACE95 (or 0x0ACE95) is known color: Caribbean Green. HEX triplet: 0A, CE and 95. RGB value is (10,206,149). Sum of RGB (Red+Green+Blue) = 10+206+149=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE95 is #F5316A. Grayscale: #8C8C8C. Windows color (decimal): -16068971 or 9817610. OLE color: 9817610.

HSL color Cylindrical-coordinate representation of color #0ACE95: hue angle of 162.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE95 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 206 149 -
CMYK 0.95 0 0.28 0.19
HSL 162.55º 0.91% 0.42% -
HSV(B) 162.55º 0.95% 0.81% -
XYZ 27.62 46.38 35.93 -
YUV 140.9 132.57 34.63 -
System Red Green Blue C M Y K H S L
Decimal 10 206 149 0.95 0 0.28 0.19 162.55 0.91 0.42
Hex A CE 95 5F 0 1C 13 A3 5B 2A
Octal 12 316 225 137 0 34 23 243 133 52
Binary 1010 11001110 10010101 1011111 0 11100 10011 10100011 1011011 101010

Color Harmonies of #0ACE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE95

Black with #0ACE95

Text Example


Text Example

White with #0ACE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,206,149); }

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

background-color css

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

 a { background-color: rgb(10,206,149); }

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

border-color css

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

 span { border-color: rgb(10,206,149); }

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