Html Css Color HEX #25785F Deep Sea

📋 copy color: '#25785F'

red 37 ◦ green 120 ◦ blue 95

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

Shades of Deep Sea #25785F

Tints of Deep Sea #25785F

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 14.68%
G = 47.62%
B = 37.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#25785F (or 0x25785F) is known color: Deep Sea. HEX triplet: 25, 78 and 5F. RGB value is (37,120,95). Sum of RGB (Red+Green+Blue) = 37+120+95=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #25785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25785F is #DA87A0. Grayscale: #5C5C5C. Windows color (decimal): -14321569 or 6256677. OLE color: 6256677.

HSL color Cylindrical-coordinate representation of color #25785F: hue angle of 161.93º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25785F is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 120 95 -
CMYK 0.69 0 0.21 0.53
HSL 161.93º 0.53% 0.31% -
HSV(B) 161.93º 0.69% 0.47% -
XYZ 9.54 14.65 13.15 -
YUV 92.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 37 120 95 0.69 0 0.21 0.53 161.93 0.53 0.31
Hex 25 78 5F 45 0 15 35 A2 35 1F
Octal 45 170 137 105 0 25 65 242 65 37
Binary 100101 1111000 1011111 1000101 0 10101 110101 10100010 110101 11111

Color Harmonies of #25785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25785F

Black with #25785F

Text Example


Text Example

White with #25785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25785F; }

 p { color: rgb(37,120,95); }

 H1.HeaderClassName
 {
   color: #25785F;
 }
 .AnyTagClassName
 {
   color: #25785F;
 }
</style>

background-color css

<style>
 a { background-color: #25785F; }

 a { background-color: rgb(37,120,95); }

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

border-color css

<style>
 span { border-color: #25785F; }

 span { border-color: rgb(37,120,95); }

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