Html Css Color HEX #5CA878 Ocean Green

📋 copy color: '#5CA878'

red 92 ◦ green 168 ◦ blue 120

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

Shades of Ocean Green #5CA878

Tints of Ocean Green #5CA878

RGB

 RED value IS 92 (36.33% from 255) = 24.21%

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 24.21%
G = 44.21%
B = 31.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#5CA878 (or 0x5CA878) is known color: Ocean Green. HEX triplet: 5C, A8 and 78. RGB value is (92,168,120). Sum of RGB (Red+Green+Blue) = 92+168+120=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA878 is #A35787. Grayscale: #8B8B8B. Windows color (decimal): -10704776 or 7907420. OLE color: 7907420.

HSL color Cylindrical-coordinate representation of color #5CA878: hue angle of 142.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA878 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 168 120 -
CMYK 0.45 0 0.29 0.34
HSL 142.11º 0.3% 0.51% -
HSV(B) 142.11º 0.45% 0.66% -
XYZ 21.81 31.64 22.73 -
YUV 139.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 92 168 120 0.45 0 0.29 0.34 142.11 0.3 0.51
Hex 5C A8 78 2D 0 1D 22 8E 1E 33
Octal 134 250 170 55 0 35 42 216 36 63
Binary 1011100 10101000 1111000 101101 0 11101 100010 10001110 11110 110011

Color Harmonies of #5CA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA878

Black with #5CA878

Text Example


Text Example

White with #5CA878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,168,120); }

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

background-color css

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

 a { background-color: rgb(92,168,120); }

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

border-color css

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

 span { border-color: rgb(92,168,120); }

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