Html Css Color HEX #0ACEAC Caribbean Green

📋 copy color: '#0ACEAC'

red 10 ◦ green 206 ◦ blue 172

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

Shades of Caribbean Green #0ACEAC

Tints of Caribbean Green #0ACEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 2.58%
G = 53.09%
B = 44.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#0ACEAC (or 0x0ACEAC) is known color: Caribbean Green. HEX triplet: 0A, CE and AC. RGB value is (10,206,172). Sum of RGB (Red+Green+Blue) = 10+206+172=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAC is #F53153. Grayscale: #8F8F8F. Windows color (decimal): -16068948 or 11324938. OLE color: 11324938.

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

Color convert

RGB 10 206 172 -
CMYK 0.95 0 0.17 0.19
HSL 169.59º 0.91% 0.42% -
HSV(B) 169.59º 0.95% 0.81% -
XYZ 29.64 47.19 46.58 -
YUV 143.52 144.07 32.76 -
System Red Green Blue C M Y K H S L
Decimal 10 206 172 0.95 0 0.17 0.19 169.59 0.91 0.42
Hex A CE AC 5F 0 11 13 AA 5B 2A
Octal 12 316 254 137 0 21 23 252 133 52
Binary 1010 11001110 10101100 1011111 0 10001 10011 10101010 1011011 101010

Color Harmonies of #0ACEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEAC

Black with #0ACEAC

Text Example


Text Example

White with #0ACEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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