#03BD97

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

Shades of Caribbean Green #03BD97

Tints of Caribbean Green #03BD97

Color information

#03BD97 (or 0x03BD97) is unknown color: approx Caribbean Green. HEX triplet: 03, BD and 97. RGB value is (3,189,151). Sum of RGB (Red+Green+Blue) = 3+189+151=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD97 is #FC4268. Grayscale: #818181. Windows color (decimal): -16532073 or 9944323. OLE color: 9944323.

HSL color Cylindrical-coordinate representation of color #03BD97: hue angle of 167.74º 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 #03BD97 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB3189151-
CMYK0.9800.200.26
HSL167.74º96.88%37.65%-
HSV(B)167.74º98.41%74.12%-
XYZ23.8238.6535.48-
YUV129.05140.3838.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 189 (74.22% from 255) = 55.10%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=0.87%
G=55.10%
B=44.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31891510.9800.200.26167.7496.8837.65
Hex3BD97620141Aa86126
Octal32752271420243225014146
Binary111011110110010111110001001010011010101010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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