Html Css Color HEX #25755D Deep Sea

📋 copy color: '#25755D'

red 37 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #25755D

Tints of Deep Sea #25755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 14.98%
G = 47.37%
B = 37.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#25755D (or 0x25755D) is known color: Deep Sea. HEX triplet: 25, 75 and 5D. RGB value is (37,117,93). Sum of RGB (Red+Green+Blue) = 37+117+93=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #25755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25755D is #DA8AA2. Grayscale: #5A5A5A. Windows color (decimal): -14322339 or 6124837. OLE color: 6124837.

HSL color Cylindrical-coordinate representation of color #25755D: hue angle of 162º 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 #25755D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 117 93 -
CMYK 0.68 0 0.21 0.54
HSL 162º 0.52% 0.3% -
HSV(B) 162º 0.68% 0.46% -
XYZ 9.1 13.91 12.56 -
YUV 90.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 37 117 93 0.68 0 0.21 0.54 162 0.52 0.3
Hex 25 75 5D 44 0 15 36 A2 34 1E
Octal 45 165 135 104 0 25 66 242 64 36
Binary 100101 1110101 1011101 1000100 0 10101 110110 10100010 110100 11110

Color Harmonies of #25755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25755D

Black with #25755D

Text Example


Text Example

White with #25755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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