Html Css Color HEX #0ADEB0 Caribbean Green

📋 copy color: '#0ADEB0'

red 10 ◦ green 222 ◦ blue 176

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

Shades of Caribbean Green #0ADEB0

Tints of Caribbean Green #0ADEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 2.45%
G = 54.41%
B = 43.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#0ADEB0 (or 0x0ADEB0) is known color: Caribbean Green. HEX triplet: 0A, DE and B0. RGB value is (10,222,176). Sum of RGB (Red+Green+Blue) = 10+222+176=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADEB0 is #F5214F. Grayscale: #999999. Windows color (decimal): -16064848 or 11591178. OLE color: 11591178.

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

Color convert

RGB 10 222 176 -
CMYK 0.95 0 0.21 0.13
HSL 166.98º 0.91% 0.45% -
HSV(B) 166.98º 0.95% 0.87% -
XYZ 34.08 55.44 49.98 -
YUV 153.37 140.76 25.74 -
System Red Green Blue C M Y K H S L
Decimal 10 222 176 0.95 0 0.21 0.13 166.98 0.91 0.45
Hex A DE B0 5F 0 15 D A7 5B 2D
Octal 12 336 260 137 0 25 15 247 133 55
Binary 1010 11011110 10110000 1011111 0 10101 1101 10100111 1011011 101101

Color Harmonies of #0ADEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEB0

Black with #0ADEB0

Text Example


Text Example

White with #0ADEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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