Html Css Color HEX #0ACEA6 Caribbean Green

📋 copy color: '#0ACEA6'

red 10 ◦ green 206 ◦ blue 166

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

Shades of Caribbean Green #0ACEA6

Tints of Caribbean Green #0ACEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 2.62%
G = 53.93%
B = 43.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#0ACEA6 (or 0x0ACEA6) is known color: Caribbean Green. HEX triplet: 0A, CE and A6. RGB value is (10,206,166). Sum of RGB (Red+Green+Blue) = 10+206+166=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA6 is #F53159. Grayscale: #8E8E8E. Windows color (decimal): -16068954 or 10931722. OLE color: 10931722.

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

Color convert

RGB 10 206 166 -
CMYK 0.95 0 0.19 0.19
HSL 167.76º 0.91% 0.42% -
HSV(B) 167.76º 0.95% 0.81% -
XYZ 29.08 46.96 43.61 -
YUV 142.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 10 206 166 0.95 0 0.19 0.19 167.76 0.91 0.42
Hex A CE A6 5F 0 13 13 A8 5B 2A
Octal 12 316 246 137 0 23 23 250 133 52
Binary 1010 11001110 10100110 1011111 0 10011 10011 10101000 1011011 101010

Color Harmonies of #0ACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEA6

Black with #0ACEA6

Text Example


Text Example

White with #0ACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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