Html Css Color HEX #4BAA6C Ocean Green

📋 copy color: '#4BAA6C'

red 75 ◦ green 170 ◦ blue 108

#4BAA6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4BAA6C

Tints of Ocean Green #4BAA6C

RGB

 RED value IS 75 (29.69% from 255) = 21.25%

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 21.25%
G = 48.16%
B = 30.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#4BAA6C (or 0x4BAA6C) is known color: Ocean Green. HEX triplet: 4B, AA and 6C. RGB value is (75,170,108). Sum of RGB (Red+Green+Blue) = 75+170+108=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA6C is #B45593. Grayscale: #868686. Windows color (decimal): -11818388 or 7121483. OLE color: 7121483.

HSL color Cylindrical-coordinate representation of color #4BAA6C: hue angle of 140.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA6C is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 170 108 -
CMYK 0.56 0 0.36 0.33
HSL 140.84º 0.39% 0.48% -
HSV(B) 140.84º 0.56% 0.67% -
XYZ 19.98 31.33 19.18 -
YUV 134.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 75 170 108 0.56 0 0.36 0.33 140.84 0.39 0.48
Hex 4B AA 6C 38 0 24 21 8D 27 30
Octal 113 252 154 70 0 44 41 215 47 60
Binary 1001011 10101010 1101100 111000 0 100100 100001 10001101 100111 110000

Color Harmonies of #4BAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAA6C

Black with #4BAA6C

Text Example


Text Example

White with #4BAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,108); }

 H1.HeaderClassName
 {
   color: #4BAA6C;
 }
 .AnyTagClassName
 {
   color: #4BAA6C;
 }
</style>

background-color css

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

 a { background-color: rgb(75,170,108); }

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

border-color css

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

 span { border-color: rgb(75,170,108); }

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