Html Css Color HEX #5EAF7B Ocean Green

📋 copy color: '#5EAF7B'

red 94 ◦ green 175 ◦ blue 123

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

Shades of Ocean Green #5EAF7B

Tints of Ocean Green #5EAF7B

RGB

 RED value IS 94 (37.11% from 255) = 23.98%

 GREEN value IS 175 (68.75% from 255) = 44.64%

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

R = 23.98%
G = 44.64%
B = 31.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#5EAF7B (or 0x5EAF7B) is known color: Ocean Green. HEX triplet: 5E, AF and 7B. RGB value is (94,175,123). Sum of RGB (Red+Green+Blue) = 94+175+123=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF7B is #A15084. Grayscale: #909090. Windows color (decimal): -10571909 or 8105822. OLE color: 8105822.

HSL color Cylindrical-coordinate representation of color #5EAF7B: hue angle of 141.48º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF7B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 123 -
CMYK 0.46 0 0.30 0.31
HSL 141.48º 0.34% 0.53% -
HSV(B) 141.48º 0.46% 0.69% -
XYZ 23.52 34.47 24.15 -
YUV 144.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 94 175 123 0.46 0 0.30 0.31 141.48 0.34 0.53
Hex 5E AF 7B 2E 0 1E 1F 8D 22 35
Octal 136 257 173 56 0 36 37 215 42 65
Binary 1011110 10101111 1111011 101110 0 11110 11111 10001101 100010 110101

Color Harmonies of #5EAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF7B

Black with #5EAF7B

Text Example


Text Example

White with #5EAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EAF7B; }

 p { color: rgb(94,175,123); }

 H1.HeaderClassName
 {
   color: #5EAF7B;
 }
 .AnyTagClassName
 {
   color: #5EAF7B;
 }
</style>

background-color css

<style>
 a { background-color: #5EAF7B; }

 a { background-color: rgb(94,175,123); }

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

border-color css

<style>
 span { border-color: #5EAF7B; }

 span { border-color: rgb(94,175,123); }

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