Html Css Color HEX #4AA07B Ocean Green

📋 copy color: '#4AA07B'

red 74 ◦ green 160 ◦ blue 123

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

Shades of Ocean Green #4AA07B

Tints of Ocean Green #4AA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.82%

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 20.73%
G = 44.82%
B = 34.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#4AA07B (or 0x4AA07B) is known color: Ocean Green. HEX triplet: 4A, A0 and 7B. RGB value is (74,160,123). Sum of RGB (Red+Green+Blue) = 74+160+123=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA07B is #B55F84. Grayscale: #828282. Windows color (decimal): -11886469 or 8101962. OLE color: 8101962.

HSL color Cylindrical-coordinate representation of color #4AA07B: hue angle of 154.19º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA07B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 123 -
CMYK 0.54 0 0.23 0.37
HSL 154.19º 0.37% 0.46% -
HSV(B) 154.19º 0.54% 0.63% -
XYZ 18.97 28.03 23.15 -
YUV 130.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 74 160 123 0.54 0 0.23 0.37 154.19 0.37 0.46
Hex 4A A0 7B 36 0 17 25 9A 25 2E
Octal 112 240 173 66 0 27 45 232 45 56
Binary 1001010 10100000 1111011 110110 0 10111 100101 10011010 100101 101110

Color Harmonies of #4AA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA07B

Black with #4AA07B

Text Example


Text Example

White with #4AA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,160,123); }

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

background-color css

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

 a { background-color: rgb(74,160,123); }

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

border-color css

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

 span { border-color: rgb(74,160,123); }

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