#03BD96

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

Shades of Caribbean Green #03BD96

Tints of Caribbean Green #03BD96

Color information

#03BD96 (or 0x03BD96) is unknown color: approx Caribbean Green. HEX triplet: 03, BD and 96. RGB value is (3,189,150). Sum of RGB (Red+Green+Blue) = 3+189+150=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD96 is #FC4269. Grayscale: #808080. Windows color (decimal): -16532074 or 9878787. OLE color: 9878787.

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

Color convert

RGB3189150-
CMYK0.9800.210.26
HSL167.42º96.88%37.65%-
HSV(B)167.42º98.41%74.12%-
XYZ23.7438.6235.06-
YUV128.94139.8838.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=0.88%
G=55.26%
B=43.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31891500.9800.210.26167.4296.8837.65
Hex3BD96620151Aa76126
Octal32752261420253224714146
Binary111011110110010110110001001010111010101001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,189,150); }

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

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

 a { background-color: rgb(3,189,150); }

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

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

 span { border-color: rgb(3,189,150); }

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