Html Css Color HEX #54B06E Ocean Green

📋 copy color: '#54B06E'

red 84 ◦ green 176 ◦ blue 110

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

Shades of Ocean Green #54B06E

Tints of Ocean Green #54B06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 22.7%
G = 47.57%
B = 29.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#54B06E (or 0x54B06E) is known color: Ocean Green. HEX triplet: 54, B0 and 6E. RGB value is (84,176,110). Sum of RGB (Red+Green+Blue) = 84+176+110=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #54B06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B06E is #AB4F91. Grayscale: #8D8D8D. Windows color (decimal): -11227026 or 7254100. OLE color: 7254100.

HSL color Cylindrical-coordinate representation of color #54B06E: hue angle of 136.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B06E is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 110 -
CMYK 0.52 0 0.37 0.31
HSL 136.96º 0.37% 0.51% -
HSV(B) 136.96º 0.52% 0.69% -
XYZ 22 34.06 20.17 -
YUV 140.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 84 176 110 0.52 0 0.37 0.31 136.96 0.37 0.51
Hex 54 B0 6E 34 0 25 1F 89 25 33
Octal 124 260 156 64 0 45 37 211 45 63
Binary 1010100 10110000 1101110 110100 0 100101 11111 10001001 100101 110011

Color Harmonies of #54B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B06E

Black with #54B06E

Text Example


Text Example

White with #54B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,176,110); }

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

background-color css

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

 a { background-color: rgb(84,176,110); }

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

border-color css

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

 span { border-color: rgb(84,176,110); }

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