Html Css Color HEX #0ACEA2 Caribbean Green

📋 copy color: '#0ACEA2'

red 10 ◦ green 206 ◦ blue 162

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

Shades of Caribbean Green #0ACEA2

Tints of Caribbean Green #0ACEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.86%

R = 2.65%
G = 54.5%
B = 42.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#0ACEA2 (or 0x0ACEA2) is known color: Caribbean Green. HEX triplet: 0A, CE and A2. RGB value is (10,206,162). Sum of RGB (Red+Green+Blue) = 10+206+162=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEA2 is #F5315D. Grayscale: #8E8E8E. Windows color (decimal): -16068958 or 10669578. OLE color: 10669578.

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

Color convert

RGB 10 206 162 -
CMYK 0.95 0 0.21 0.19
HSL 166.53º 0.91% 0.42% -
HSV(B) 166.53º 0.95% 0.81% -
XYZ 28.72 46.82 41.71 -
YUV 142.38 139.07 33.58 -
System Red Green Blue C M Y K H S L
Decimal 10 206 162 0.95 0 0.21 0.19 166.53 0.91 0.42
Hex A CE A2 5F 0 15 13 A7 5B 2A
Octal 12 316 242 137 0 25 23 247 133 52
Binary 1010 11001110 10100010 1011111 0 10101 10011 10100111 1011011 101010

Color Harmonies of #0ACEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEA2

Black with #0ACEA2

Text Example


Text Example

White with #0ACEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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