Html Css Color HEX #51AA7B Ocean Green

📋 copy color: '#51AA7B'

red 81 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #51AA7B

Tints of Ocean Green #51AA7B

RGB

 RED value IS 81 (32.03% from 255) = 21.66%

 GREEN value IS 170 (66.8% from 255) = 45.45%

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

R = 21.66%
G = 45.45%
B = 32.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#51AA7B (or 0x51AA7B) is known color: Ocean Green. HEX triplet: 51, AA and 7B. RGB value is (81,170,123). Sum of RGB (Red+Green+Blue) = 81+170+123=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AA7B is #AE5584. Grayscale: #8A8A8A. Windows color (decimal): -11425157 or 8104529. OLE color: 8104529.

HSL color Cylindrical-coordinate representation of color #51AA7B: hue angle of 148.31º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AA7B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 170 123 -
CMYK 0.52 0 0.28 0.33
HSL 148.31º 0.35% 0.49% -
HSV(B) 148.31º 0.52% 0.67% -
XYZ 21.34 31.93 23.78 -
YUV 138.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 81 170 123 0.52 0 0.28 0.33 148.31 0.35 0.49
Hex 51 AA 7B 34 0 1C 21 94 23 31
Octal 121 252 173 64 0 34 41 224 43 61
Binary 1010001 10101010 1111011 110100 0 11100 100001 10010100 100011 110001

Color Harmonies of #51AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AA7B

Black with #51AA7B

Text Example


Text Example

White with #51AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51AA7B; }

 p { color: rgb(81,170,123); }

 H1.HeaderClassName
 {
   color: #51AA7B;
 }
 .AnyTagClassName
 {
   color: #51AA7B;
 }
</style>

background-color css

<style>
 a { background-color: #51AA7B; }

 a { background-color: rgb(81,170,123); }

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

border-color css

<style>
 span { border-color: #51AA7B; }

 span { border-color: rgb(81,170,123); }

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