Html Css Color HEX #25755B Deep Sea

📋 copy color: '#25755B'

red 37 ◦ green 117 ◦ blue 91

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

Shades of Deep Sea #25755B

Tints of Deep Sea #25755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 15.1%
G = 47.76%
B = 37.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#25755B (or 0x25755B) is known color: Deep Sea. HEX triplet: 25, 75 and 5B. RGB value is (37,117,91). Sum of RGB (Red+Green+Blue) = 37+117+91=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #25755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25755B is #DA8AA4. Grayscale: #5A5A5A. Windows color (decimal): -14322341 or 5993765. OLE color: 5993765.

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

Color convert

RGB 37 117 91 -
CMYK 0.68 0 0.22 0.54
HSL 160.5º 0.52% 0.3% -
HSV(B) 160.5º 0.68% 0.46% -
XYZ 9.01 13.87 12.1 -
YUV 90.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 37 117 91 0.68 0 0.22 0.54 160.5 0.52 0.3
Hex 25 75 5B 44 0 16 36 A0 34 1E
Octal 45 165 133 104 0 26 66 240 64 36
Binary 100101 1110101 1011011 1000100 0 10110 110110 10100000 110100 11110

Color Harmonies of #25755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25755B

Black with #25755B

Text Example


Text Example

White with #25755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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