Html Css Color HEX #4BAF7A Ocean Green

📋 copy color: '#4BAF7A'

red 75 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #4BAF7A

Tints of Ocean Green #4BAF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 20.16%
G = 47.04%
B = 32.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#4BAF7A (or 0x4BAF7A) is known color: Ocean Green. HEX triplet: 4B, AF and 7A. RGB value is (75,175,122). Sum of RGB (Red+Green+Blue) = 75+175+122=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF7A is #B45085. Grayscale: #8B8B8B. Windows color (decimal): -11817094 or 8040267. OLE color: 8040267.

HSL color Cylindrical-coordinate representation of color #4BAF7A: hue angle of 148.2º 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 #4BAF7A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 122 -
CMYK 0.57 0 0.30 0.31
HSL 148.2º 0.4% 0.49% -
HSV(B) 148.2º 0.57% 0.69% -
XYZ 21.74 33.56 23.74 -
YUV 139.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 75 175 122 0.57 0 0.30 0.31 148.2 0.4 0.49
Hex 4B AF 7A 39 0 1E 1F 94 28 31
Octal 113 257 172 71 0 36 37 224 50 61
Binary 1001011 10101111 1111010 111001 0 11110 11111 10010100 101000 110001

Color Harmonies of #4BAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF7A

Black with #4BAF7A

Text Example


Text Example

White with #4BAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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