Html Css Color HEX #0ADEB3 Caribbean Green

📋 copy color: '#0ADEB3'

red 10 ◦ green 222 ◦ blue 179

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

Shades of Caribbean Green #0ADEB3

Tints of Caribbean Green #0ADEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 2.43%
G = 54.01%
B = 43.55%

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

#0ADEB3 (or 0x0ADEB3) is known color: Caribbean Green. HEX triplet: 0A, DE and B3. RGB value is (10,222,179). Sum of RGB (Red+Green+Blue) = 10+222+179=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEB3 is #F5214C. Grayscale: #999999. Windows color (decimal): -16064845 or 11787786. OLE color: 11787786.

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

Color convert

RGB 10 222 179 -
CMYK 0.95 0 0.19 0.13
HSL 167.83º 0.91% 0.45% -
HSV(B) 167.83º 0.95% 0.87% -
XYZ 34.38 55.56 51.56 -
YUV 153.71 142.26 25.5 -
System Red Green Blue C M Y K H S L
Decimal 10 222 179 0.95 0 0.19 0.13 167.83 0.91 0.45
Hex A DE B3 5F 0 13 D A8 5B 2D
Octal 12 336 263 137 0 23 15 250 133 55
Binary 1010 11011110 10110011 1011111 0 10011 1101 10101000 1011011 101101

Color Harmonies of #0ADEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEB3

Black with #0ADEB3

Text Example


Text Example

White with #0ADEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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