Html Css Color HEX #5DAB7B Ocean Green

📋 copy color: '#5DAB7B'

red 93 ◦ green 171 ◦ blue 123

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

Shades of Ocean Green #5DAB7B

Tints of Ocean Green #5DAB7B

RGB

 RED value IS 93 (36.72% from 255) = 24.03%

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 24.03%
G = 44.19%
B = 31.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#5DAB7B (or 0x5DAB7B) is known color: Ocean Green. HEX triplet: 5D, AB and 7B. RGB value is (93,171,123). Sum of RGB (Red+Green+Blue) = 93+171+123=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAB7B is #A25484. Grayscale: #8E8E8E. Windows color (decimal): -10638469 or 8104797. OLE color: 8104797.

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

Color convert

RGB 93 171 123 -
CMYK 0.46 0 0.28 0.33
HSL 143.08º 0.32% 0.52% -
HSV(B) 143.08º 0.46% 0.67% -
XYZ 22.65 32.88 23.89 -
YUV 142.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 93 171 123 0.46 0 0.28 0.33 143.08 0.32 0.52
Hex 5D AB 7B 2E 0 1C 21 8F 20 34
Octal 135 253 173 56 0 34 41 217 40 64
Binary 1011101 10101011 1111011 101110 0 11100 100001 10001111 100000 110100

Color Harmonies of #5DAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB7B

Black with #5DAB7B

Text Example


Text Example

White with #5DAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,123); }

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

background-color css

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

 a { background-color: rgb(93,171,123); }

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

border-color css

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

 span { border-color: rgb(93,171,123); }

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