#03BCAD

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

Shades of Caribbean Green #03BCAD

Tints of Caribbean Green #03BCAD

Color information

#03BCAD (or 0x03BCAD) is unknown color: approx Caribbean Green. HEX triplet: 03, BC and AD. RGB value is (3,188,173). Sum of RGB (Red+Green+Blue) = 3+188+173=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCAD is #FC4352. Grayscale: #828282. Windows color (decimal): -16532307 or 11385859. OLE color: 11385859.

HSL color Cylindrical-coordinate representation of color #03BCAD: hue angle of 175.14º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCAD is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB3188173-
CMYK0.9800.080.26
HSL175.14º96.86%37.45%-
HSV(B)175.14º98.4%73.73%-
XYZ25.563945.72-
YUV130.98151.7136.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 188 (73.83% from 255) = 51.65%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=0.82%
G=51.65%
B=47.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881730.9800.080.26175.1496.8637.45
Hex3BCAD62081Aaf6125
Octal32742551420103225714145
Binary11101111001010110111000100100011010101011111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BCAD; }

 p { color: rgb(3,188,173); }

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

<style>
 a { background-color: #03BCAD; }

 a { background-color: rgb(3,188,173); }

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

<style>
 span { border-color: #03BCAD; }

 span { border-color: rgb(3,188,173); }

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