Html Css Color HEX #0ACE8B Caribbean Green

📋 copy color: '#0ACE8B'

red 10 ◦ green 206 ◦ blue 139

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

Shades of Caribbean Green #0ACE8B

Tints of Caribbean Green #0ACE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 2.82%
G = 58.03%
B = 39.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#0ACE8B (or 0x0ACE8B) is known color: Caribbean Green. HEX triplet: 0A, CE and 8B. RGB value is (10,206,139). Sum of RGB (Red+Green+Blue) = 10+206+139=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACE8B is #F53174. Grayscale: #8B8B8B. Windows color (decimal): -16068981 or 9162250. OLE color: 9162250.

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

Color convert

RGB 10 206 139 -
CMYK 0.95 0 0.33 0.19
HSL 159.49º 0.91% 0.42% -
HSV(B) 159.49º 0.95% 0.81% -
XYZ 26.86 46.07 31.9 -
YUV 139.76 127.57 35.45 -
System Red Green Blue C M Y K H S L
Decimal 10 206 139 0.95 0 0.33 0.19 159.49 0.91 0.42
Hex A CE 8B 5F 0 21 13 9F 5B 2A
Octal 12 316 213 137 0 41 23 237 133 52
Binary 1010 11001110 10001011 1011111 0 100001 10011 10011111 1011011 101010

Color Harmonies of #0ACE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACE8B

Black with #0ACE8B

Text Example


Text Example

White with #0ACE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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