Html Css Color HEX #4BB188 Ocean Green

📋 copy color: '#4BB188'

red 75 ◦ green 177 ◦ blue 136

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

Shades of Ocean Green #4BB188

Tints of Ocean Green #4BB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 19.33%
G = 45.62%
B = 35.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#4BB188 (or 0x4BB188) is known color: Ocean Green. HEX triplet: 4B, B1 and 88. RGB value is (75,177,136). Sum of RGB (Red+Green+Blue) = 75+177+136=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB188 is #B44E77. Grayscale: #8D8D8D. Windows color (decimal): -11816568 or 8958283. OLE color: 8958283.

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

Color convert

RGB 75 177 136 -
CMYK 0.58 0 0.23 0.31
HSL 155.88º 0.4% 0.49% -
HSV(B) 155.88º 0.58% 0.69% -
XYZ 23.07 34.72 28.78 -
YUV 141.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 75 177 136 0.58 0 0.23 0.31 155.88 0.4 0.49
Hex 4B B1 88 3A 0 17 1F 9C 28 31
Octal 113 261 210 72 0 27 37 234 50 61
Binary 1001011 10110001 10001000 111010 0 10111 11111 10011100 101000 110001

Color Harmonies of #4BB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB188

Black with #4BB188

Text Example


Text Example

White with #4BB188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,177,136); }

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

background-color css

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

 a { background-color: rgb(75,177,136); }

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

border-color css

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

 span { border-color: rgb(75,177,136); }

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