#0AC7B0

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

Shades of Caribbean Green #0AC7B0

Tints of Caribbean Green #0AC7B0

Color information

#0AC7B0 (or 0x0AC7B0) is unknown color: approx Caribbean Green. HEX triplet: 0A, C7 and B0. RGB value is (10,199,176). Sum of RGB (Red+Green+Blue) = 10+199+176=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #0AC7B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC7B0 is #F5384F. Grayscale: #8B8B8B. Windows color (decimal): -16070736 or 11585290. OLE color: 11585290.

HSL color Cylindrical-coordinate representation of color #0AC7B0: hue angle of 172.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC7B0 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB10199176-
CMYK0.9500.120.22
HSL172.7º90.43%40.98%-
HSV(B)172.7º94.97%78.04%-
XYZ28.3944.0548.08-
YUV139.87148.3835.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.60%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=2.60%
G=51.69%
B=45.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101991760.9500.120.22172.790.4340.98
HexAC7B05F0C16ad5a29
Octal123072601370142625513251
Binary1010110001111011000010111110110010110101011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,199,176); }

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

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

 a { background-color: rgb(10,199,176); }

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

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

 span { border-color: rgb(10,199,176); }

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