Html Css Color HEX #0ADEB4 Caribbean Green

📋 copy color: '#0ADEB4'

red 10 ◦ green 222 ◦ blue 180

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

Shades of Caribbean Green #0ADEB4

Tints of Caribbean Green #0ADEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 2.43%
G = 53.88%
B = 43.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#0ADEB4 (or 0x0ADEB4) is known color: Caribbean Green. HEX triplet: 0A, DE and B4. RGB value is (10,222,180). Sum of RGB (Red+Green+Blue) = 10+222+180=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEB4 is #F5214B. Grayscale: #999999. Windows color (decimal): -16064844 or 11853322. OLE color: 11853322.

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

Color convert

RGB 10 222 180 -
CMYK 0.95 0 0.19 0.13
HSL 168.11º 0.91% 0.45% -
HSV(B) 168.11º 0.95% 0.87% -
XYZ 34.48 55.6 52.09 -
YUV 153.82 142.76 25.42 -
System Red Green Blue C M Y K H S L
Decimal 10 222 180 0.95 0 0.19 0.13 168.11 0.91 0.45
Hex A DE B4 5F 0 13 D A8 5B 2D
Octal 12 336 264 137 0 23 15 250 133 55
Binary 1010 11011110 10110100 1011111 0 10011 1101 10101000 1011011 101101

Color Harmonies of #0ADEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEB4

Black with #0ADEB4

Text Example


Text Example

White with #0ADEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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