Html Css Color HEX #0ACEAB Caribbean Green

📋 copy color: '#0ACEAB'

red 10 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #0ACEAB

Tints of Caribbean Green #0ACEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 2.58%
G = 53.23%
B = 44.19%

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

#0ACEAB (or 0x0ACEAB) is known color: Caribbean Green. HEX triplet: 0A, CE and AB. RGB value is (10,206,171). Sum of RGB (Red+Green+Blue) = 10+206+171=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACEAB is #F53154. Grayscale: #8F8F8F. Windows color (decimal): -16068949 or 11259402. OLE color: 11259402.

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

Color convert

RGB 10 206 171 -
CMYK 0.95 0 0.17 0.19
HSL 169.29º 0.91% 0.42% -
HSV(B) 169.29º 0.95% 0.81% -
XYZ 29.55 47.15 46.07 -
YUV 143.41 143.57 32.85 -
System Red Green Blue C M Y K H S L
Decimal 10 206 171 0.95 0 0.17 0.19 169.29 0.91 0.42
Hex A CE AB 5F 0 11 13 A9 5B 2A
Octal 12 316 253 137 0 21 23 251 133 52
Binary 1010 11001110 10101011 1011111 0 10001 10011 10101001 1011011 101010

Color Harmonies of #0ACEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEAB

Black with #0ACEAB

Text Example


Text Example

White with #0ACEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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