Html Css Color HEX #25755F Deep Sea

📋 copy color: '#25755F'

red 37 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #25755F

Tints of Deep Sea #25755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

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

R = 14.86%
G = 46.99%
B = 38.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#25755F (or 0x25755F) is known color: Deep Sea. HEX triplet: 25, 75 and 5F. RGB value is (37,117,95). Sum of RGB (Red+Green+Blue) = 37+117+95=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #25755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25755F is #DA8AA0. Grayscale: #5A5A5A. Windows color (decimal): -14322337 or 6255909. OLE color: 6255909.

HSL color Cylindrical-coordinate representation of color #25755F: hue angle of 163.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25755F is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 117 95 -
CMYK 0.68 0 0.19 0.54
HSL 163.5º 0.52% 0.3% -
HSV(B) 163.5º 0.68% 0.46% -
XYZ 9.19 13.94 13.03 -
YUV 90.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 37 117 95 0.68 0 0.19 0.54 163.5 0.52 0.3
Hex 25 75 5F 44 0 13 36 A4 34 1E
Octal 45 165 137 104 0 23 66 244 64 36
Binary 100101 1110101 1011111 1000100 0 10011 110110 10100100 110100 11110

Color Harmonies of #25755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25755F

Black with #25755F

Text Example


Text Example

White with #25755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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