#03B07E

Color #03B07E Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #03B07E

Tints of Free Speech Aquamarine #03B07E

Color information

#03B07E (or 0x03B07E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 03, B0 and 7E. RGB value is (3,176,126). Sum of RGB (Red+Green+Blue) = 3+176+126=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #03B07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B07E is #FC4F81. Grayscale: #767676. Windows color (decimal): -16535426 or 8302595. OLE color: 8302595.

HSL color Cylindrical-coordinate representation of color #03B07E: hue angle of 162.66º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B07E is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB3176126-
CMYK0.9800.280.31
HSL162.66º96.65%35.1%-
HSV(B)162.66º98.3%69.02%-
XYZ19.3332.5825.01-
YUV118.57132.1945.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 176 (69.14% from 255) = 57.70%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=0.98%
G=57.70%
B=41.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31761260.9800.280.31162.6696.6535.1
Hex3B07E6201C1Fa36123
Octal32601761420343724314143
Binary11101100001111110110001001110011111101000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,176,126); }

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

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

 a { background-color: rgb(3,176,126); }

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

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

 span { border-color: rgb(3,176,126); }

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