Html Css Color HEX #0ACE9A Caribbean Green

📋 copy color: '#0ACE9A'

red 10 ◦ green 206 ◦ blue 154

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

Shades of Caribbean Green #0ACE9A

Tints of Caribbean Green #0ACE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 2.7%
G = 55.68%
B = 41.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#0ACE9A (or 0x0ACE9A) is known color: Caribbean Green. HEX triplet: 0A, CE and 9A. RGB value is (10,206,154). Sum of RGB (Red+Green+Blue) = 10+206+154=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE9A is #F53165. Grayscale: #8D8D8D. Windows color (decimal): -16068966 or 10145290. OLE color: 10145290.

HSL color Cylindrical-coordinate representation of color #0ACE9A: hue angle of 164.08º 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 #0ACE9A is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 206 154 -
CMYK 0.95 0 0.25 0.19
HSL 164.08º 0.91% 0.42% -
HSV(B) 164.08º 0.95% 0.81% -
XYZ 28.03 46.54 38.08 -
YUV 141.47 135.07 34.23 -
System Red Green Blue C M Y K H S L
Decimal 10 206 154 0.95 0 0.25 0.19 164.08 0.91 0.42
Hex A CE 9A 5F 0 19 13 A4 5B 2A
Octal 12 316 232 137 0 31 23 244 133 52
Binary 1010 11001110 10011010 1011111 0 11001 10011 10100100 1011011 101010

Color Harmonies of #0ACE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE9A

Black with #0ACE9A

Text Example


Text Example

White with #0ACE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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