Html Css Color HEX #4BA883 Ocean Green

📋 copy color: '#4BA883'

red 75 ◦ green 168 ◦ blue 131

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

Shades of Ocean Green #4BA883

Tints of Ocean Green #4BA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.92%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 20.05%
G = 44.92%
B = 35.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#4BA883 (or 0x4BA883) is known color: Ocean Green. HEX triplet: 4B, A8 and 83. RGB value is (75,168,131). Sum of RGB (Red+Green+Blue) = 75+168+131=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA883 is #B4577C. Grayscale: #888888. Windows color (decimal): -11818877 or 8628299. OLE color: 8628299.

HSL color Cylindrical-coordinate representation of color #4BA883: hue angle of 156.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA883 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 131 -
CMYK 0.55 0 0.22 0.34
HSL 156.13º 0.38% 0.48% -
HSV(B) 156.13º 0.55% 0.66% -
XYZ 21 31.14 26.38 -
YUV 135.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 75 168 131 0.55 0 0.22 0.34 156.13 0.38 0.48
Hex 4B A8 83 37 0 16 22 9C 26 30
Octal 113 250 203 67 0 26 42 234 46 60
Binary 1001011 10101000 10000011 110111 0 10110 100010 10011100 100110 110000

Color Harmonies of #4BA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA883

Black with #4BA883

Text Example


Text Example

White with #4BA883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,131); }

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

background-color css

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

 a { background-color: rgb(75,168,131); }

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

border-color css

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

 span { border-color: rgb(75,168,131); }

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