#0AD7B1

Color #0AD7B1 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0AD7B1

Tints of Caribbean Green #0AD7B1

Color information

#0AD7B1 (or 0x0AD7B1) is unknown color: approx Caribbean Green. HEX triplet: 0A, D7 and B1. RGB value is (10,215,177). Sum of RGB (Red+Green+Blue) = 10+215+177=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD7B1 is #F5284E. Grayscale: #959595. Windows color (decimal): -16066639 or 11654922. OLE color: 11654922.

HSL color Cylindrical-coordinate representation of color #0AD7B1: hue angle of 168.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD7B1 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB10215177-
CMYK0.9500.180.16
HSL168.88º91.11%44.12%-
HSV(B)168.88º95.35%84.31%-
XYZ32.3651.8449.9-
YUV149.37143.5828.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=2.49%
G=53.48%
B=44.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102151770.9500.180.16168.8891.1144.12
HexAD7B15F01210a95b2c
Octal123272611370222025113354
Binary10101101011110110001101111101001010000101010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,215,177); }

 H1.HeaderClassName
 {
   color: #0AD7B1;
 }
 .AnyTagClassName
 {
   color: #0AD7B1;
 }
</style>
background-color css

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

 a { background-color: rgb(10,215,177); }

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

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

 span { border-color: rgb(10,215,177); }

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