Html Css Color HEX #0ADB97 Caribbean Green

📋 copy color: '#0ADB97'

red 10 ◦ green 219 ◦ blue 151

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

Shades of Caribbean Green #0ADB97

Tints of Caribbean Green #0ADB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.63%

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 2.63%
G = 57.63%
B = 39.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#0ADB97 (or 0x0ADB97) is known color: Caribbean Green. HEX triplet: 0A, DB and 97. RGB value is (10,219,151). Sum of RGB (Red+Green+Blue) = 10+219+151=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB97 is #F52468. Grayscale: #949494. Windows color (decimal): -16065641 or 9952010. OLE color: 9952010.

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

Color convert

RGB 10 219 151 -
CMYK 0.95 0 0.31 0.14
HSL 160.48º 0.91% 0.45% -
HSV(B) 160.48º 0.95% 0.86% -
XYZ 31.04 52.96 37.86 -
YUV 148.76 129.26 29.03 -
System Red Green Blue C M Y K H S L
Decimal 10 219 151 0.95 0 0.31 0.14 160.48 0.91 0.45
Hex A DB 97 5F 0 1F E A0 5B 2D
Octal 12 333 227 137 0 37 16 240 133 55
Binary 1010 11011011 10010111 1011111 0 11111 1110 10100000 1011011 101101

Color Harmonies of #0ADB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADB97

Black with #0ADB97

Text Example


Text Example

White with #0ADB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,219,151); }

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

background-color css

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

 a { background-color: rgb(10,219,151); }

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

border-color css

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

 span { border-color: rgb(10,219,151); }

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