Html Css Color HEX #0ADEAC Caribbean Green

📋 copy color: '#0ADEAC'

red 10 ◦ green 222 ◦ blue 172

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

Shades of Caribbean Green #0ADEAC

Tints of Caribbean Green #0ADEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.95%

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

R = 2.48%
G = 54.95%
B = 42.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#0ADEAC (or 0x0ADEAC) is known color: Caribbean Green. HEX triplet: 0A, DE and AC. RGB value is (10,222,172). Sum of RGB (Red+Green+Blue) = 10+222+172=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADEAC is #F52153. Grayscale: #989898. Windows color (decimal): -16064852 or 11329034. OLE color: 11329034.

HSL color Cylindrical-coordinate representation of color #0ADEAC: hue angle of 165.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADEAC is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 222 172 -
CMYK 0.95 0 0.23 0.13
HSL 165.85º 0.91% 0.45% -
HSV(B) 165.85º 0.95% 0.87% -
XYZ 33.69 55.29 47.93 -
YUV 152.91 138.76 26.07 -
System Red Green Blue C M Y K H S L
Decimal 10 222 172 0.95 0 0.23 0.13 165.85 0.91 0.45
Hex A DE AC 5F 0 17 D A6 5B 2D
Octal 12 336 254 137 0 27 15 246 133 55
Binary 1010 11011110 10101100 1011111 0 10111 1101 10100110 1011011 101101

Color Harmonies of #0ADEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEAC

Black with #0ADEAC

Text Example


Text Example

White with #0ADEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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