Html Css Color HEX #4AAC83 Ocean Green

📋 copy color: '#4AAC83'

red 74 ◦ green 172 ◦ blue 131

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

Shades of Ocean Green #4AAC83

Tints of Ocean Green #4AAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.62%

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

R = 19.63%
G = 45.62%
B = 34.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#4AAC83 (or 0x4AAC83) is known color: Ocean Green. HEX triplet: 4A, AC and 83. RGB value is (74,172,131). Sum of RGB (Red+Green+Blue) = 74+172+131=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC83 is #B5537C. Grayscale: #8A8A8A. Windows color (decimal): -11883389 or 8629322. OLE color: 8629322.

HSL color Cylindrical-coordinate representation of color #4AAC83: hue angle of 154.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC83 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 172 131 -
CMYK 0.57 0 0.24 0.33
HSL 154.9º 0.4% 0.48% -
HSV(B) 154.9º 0.57% 0.67% -
XYZ 21.67 32.6 26.62 -
YUV 138.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 74 172 131 0.57 0 0.24 0.33 154.9 0.4 0.48
Hex 4A AC 83 39 0 18 21 9B 28 30
Octal 112 254 203 71 0 30 41 233 50 60
Binary 1001010 10101100 10000011 111001 0 11000 100001 10011011 101000 110000

Color Harmonies of #4AAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAC83

Black with #4AAC83

Text Example


Text Example

White with #4AAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,172,131); }

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

background-color css

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

 a { background-color: rgb(74,172,131); }

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

border-color css

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

 span { border-color: rgb(74,172,131); }

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