#4C9F7B

Color #4C9F7B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4C9F7B

Tints of Ocean Green #4C9F7B

Color information

#4C9F7B (or 0x4C9F7B) is unknown color: approx Ocean Green. HEX triplet: 4C, 9F and 7B. RGB value is (76,159,123). Sum of RGB (Red+Green+Blue) = 76+159+123=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9F7B is #B36084. Grayscale: #828282. Windows color (decimal): -11755653 or 8101708. OLE color: 8101708.

HSL color Cylindrical-coordinate representation of color #4C9F7B: hue angle of 153.98º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9F7B is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB76159123-
CMYK0.5200.230.38
HSL153.98º35.32%46.08%-
HSV(B)153.98º52.2%62.35%-
XYZ18.9527.7623.1-
YUV130.0812489.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=21.23%
G=44.41%
B=34.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761591230.5200.230.38153.9835.3246.08
Hex4C9F7B34017269a232e
Octal11423717364027462324356
Binary100110010011111111101111010001011110011010011010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C9F7B; }

 p { color: rgb(76,159,123); }

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

<style>
 a { background-color: #4C9F7B; }

 a { background-color: rgb(76,159,123); }

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

<style>
 span { border-color: #4C9F7B; }

 span { border-color: rgb(76,159,123); }

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