#4BAF6A

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

Shades of Ocean Green #4BAF6A

Tints of Ocean Green #4BAF6A

Color information

#4BAF6A (or 0x4BAF6A) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 6A. RGB value is (75,175,106). Sum of RGB (Red+Green+Blue) = 75+175+106=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF6A is #B45095. Grayscale: #898989. Windows color (decimal): -11817110 or 6991691. OLE color: 6991691.

HSL color Cylindrical-coordinate representation of color #4BAF6A: hue angle of 138.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF6A is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB75175106-
CMYK0.5700.390.31
HSL138.6º40%49.02%-
HSV(B)138.6º57.14%68.63%-
XYZ20.8333.218.95-
YUV137.23110.3783.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=21.07%
G=49.16%
B=29.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751060.5700.390.31138.64049.02
Hex4BAF6A390271F8b2831
Octal11325715271047372135061
Binary100101110101111110101011100101001111111110001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,106); }

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

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

 a { background-color: rgb(75,175,106); }

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

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

 span { border-color: rgb(75,175,106); }

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