Html Css Color HEX #0ACEAD Caribbean Green

📋 copy color: '#0ACEAD'

red 10 ◦ green 206 ◦ blue 173

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

Shades of Caribbean Green #0ACEAD

Tints of Caribbean Green #0ACEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 2.57%
G = 52.96%
B = 44.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#0ACEAD (or 0x0ACEAD) is known color: Caribbean Green. HEX triplet: 0A, CE and AD. RGB value is (10,206,173). Sum of RGB (Red+Green+Blue) = 10+206+173=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAD is #F53152. Grayscale: #8F8F8F. Windows color (decimal): -16068947 or 11390474. OLE color: 11390474.

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

Color convert

RGB 10 206 173 -
CMYK 0.95 0 0.16 0.19
HSL 169.9º 0.91% 0.42% -
HSV(B) 169.9º 0.95% 0.81% -
XYZ 29.74 47.22 47.08 -
YUV 143.63 144.57 32.68 -
System Red Green Blue C M Y K H S L
Decimal 10 206 173 0.95 0 0.16 0.19 169.9 0.91 0.42
Hex A CE AD 5F 0 10 13 AA 5B 2A
Octal 12 316 255 137 0 20 23 252 133 52
Binary 1010 11001110 10101101 1011111 0 10000 10011 10101010 1011011 101010

Color Harmonies of #0ACEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEAD

Black with #0ACEAD

Text Example


Text Example

White with #0ACEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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