Html Css Color HEX #0AD988 Caribbean Green

📋 copy color: '#0AD988'

red 10 ◦ green 217 ◦ blue 136

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

Shades of Caribbean Green #0AD988

Tints of Caribbean Green #0AD988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.78%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 2.75%
G = 59.78%
B = 37.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#0AD988 (or 0x0AD988) is known color: Caribbean Green. HEX triplet: 0A, D9 and 88. RGB value is (10,217,136). Sum of RGB (Red+Green+Blue) = 10+217+136=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD988 is #F52677. Grayscale: #919191. Windows color (decimal): -16066168 or 8968458. OLE color: 8968458.

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

Color convert

RGB 10 217 136 -
CMYK 0.95 0 0.37 0.15
HSL 156.52º 0.91% 0.45% -
HSV(B) 156.52º 0.95% 0.85% -
XYZ 29.38 51.47 31.68 -
YUV 145.87 122.42 31.09 -
System Red Green Blue C M Y K H S L
Decimal 10 217 136 0.95 0 0.37 0.15 156.52 0.91 0.45
Hex A D9 88 5F 0 25 F 9D 5B 2D
Octal 12 331 210 137 0 45 17 235 133 55
Binary 1010 11011001 10001000 1011111 0 100101 1111 10011101 1011011 101101

Color Harmonies of #0AD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD988

Black with #0AD988

Text Example


Text Example

White with #0AD988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,217,136); }

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

background-color css

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

 a { background-color: rgb(10,217,136); }

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

border-color css

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

 span { border-color: rgb(10,217,136); }

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