Html Css Color HEX #0ACEAF Caribbean Green

📋 copy color: '#0ACEAF'

red 10 ◦ green 206 ◦ blue 175

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

Shades of Caribbean Green #0ACEAF

Tints of Caribbean Green #0ACEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 2.56%
G = 52.69%
B = 44.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#0ACEAF (or 0x0ACEAF) is known color: Caribbean Green. HEX triplet: 0A, CE and AF. RGB value is (10,206,175). Sum of RGB (Red+Green+Blue) = 10+206+175=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAF is #F53150. Grayscale: #8F8F8F. Windows color (decimal): -16068945 or 11521546. OLE color: 11521546.

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

Color convert

RGB 10 206 175 -
CMYK 0.95 0 0.15 0.19
HSL 170.51º 0.91% 0.42% -
HSV(B) 170.51º 0.95% 0.81% -
XYZ 29.93 47.3 48.11 -
YUV 143.86 145.57 32.52 -
System Red Green Blue C M Y K H S L
Decimal 10 206 175 0.95 0 0.15 0.19 170.51 0.91 0.42
Hex A CE AF 5F 0 F 13 AB 5B 2A
Octal 12 316 257 137 0 17 23 253 133 52
Binary 1010 11001110 10101111 1011111 0 1111 10011 10101011 1011011 101010

Color Harmonies of #0ACEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEAF

Black with #0ACEAF

Text Example


Text Example

White with #0ACEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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