Html Css Color HEX #54AE7E Ocean Green

📋 copy color: '#54AE7E'

red 84 ◦ green 174 ◦ blue 126

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

Shades of Ocean Green #54AE7E

Tints of Ocean Green #54AE7E

RGB

 RED value IS 84 (33.2% from 255) = 21.88%

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 21.88%
G = 45.31%
B = 32.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#54AE7E (or 0x54AE7E) is known color: Ocean Green. HEX triplet: 54, AE and 7E. RGB value is (84,174,126). Sum of RGB (Red+Green+Blue) = 84+174+126=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE7E is #AB5181. Grayscale: #8D8D8D. Windows color (decimal): -11227522 or 8302164. OLE color: 8302164.

HSL color Cylindrical-coordinate representation of color #54AE7E: hue angle of 148º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE7E is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 174 126 -
CMYK 0.52 0 0.28 0.32
HSL 148º 0.36% 0.51% -
HSV(B) 148º 0.52% 0.68% -
XYZ 22.56 33.66 25.05 -
YUV 141.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 84 174 126 0.52 0 0.28 0.32 148 0.36 0.51
Hex 54 AE 7E 34 0 1C 20 94 24 33
Octal 124 256 176 64 0 34 40 224 44 63
Binary 1010100 10101110 1111110 110100 0 11100 100000 10010100 100100 110011

Color Harmonies of #54AE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AE7E

Black with #54AE7E

Text Example


Text Example

White with #54AE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AE7E; }

 p { color: rgb(84,174,126); }

 H1.HeaderClassName
 {
   color: #54AE7E;
 }
 .AnyTagClassName
 {
   color: #54AE7E;
 }
</style>

background-color css

<style>
 a { background-color: #54AE7E; }

 a { background-color: rgb(84,174,126); }

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

border-color css

<style>
 span { border-color: #54AE7E; }

 span { border-color: rgb(84,174,126); }

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