Html Css Color HEX #4AB07D Ocean Green

📋 copy color: '#4AB07D'

red 74 ◦ green 176 ◦ blue 125

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

Shades of Ocean Green #4AB07D

Tints of Ocean Green #4AB07D

RGB

 RED value IS 74 (29.3% from 255) = 19.73%

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 19.73%
G = 46.93%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#4AB07D (or 0x4AB07D) is known color: Ocean Green. HEX triplet: 4A, B0 and 7D. RGB value is (74,176,125). Sum of RGB (Red+Green+Blue) = 74+176+125=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB07D is #B54F82. Grayscale: #8B8B8B. Windows color (decimal): -11882371 or 8237130. OLE color: 8237130.

HSL color Cylindrical-coordinate representation of color #4AB07D: hue angle of 150º degrees, saturation: 0.41, 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 #4AB07D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 176 125 -
CMYK 0.58 0 0.29 0.31
HSL 150º 0.41% 0.49% -
HSV(B) 150º 0.58% 0.69% -
XYZ 22.05 33.99 24.8 -
YUV 139.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 74 176 125 0.58 0 0.29 0.31 150 0.41 0.49
Hex 4A B0 7D 3A 0 1D 1F 96 29 31
Octal 112 260 175 72 0 35 37 226 51 61
Binary 1001010 10110000 1111101 111010 0 11101 11111 10010110 101001 110001

Color Harmonies of #4AB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB07D

Black with #4AB07D

Text Example


Text Example

White with #4AB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,176,125); }

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

background-color css

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

 a { background-color: rgb(74,176,125); }

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

border-color css

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

 span { border-color: rgb(74,176,125); }

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