Html Css Color HEX #25775C Deep Sea

📋 copy color: '#25775C'

red 37 ◦ green 119 ◦ blue 92

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

Shades of Deep Sea #25775C

Tints of Deep Sea #25775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 14.92%
G = 47.98%
B = 37.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#25775C (or 0x25775C) is known color: Deep Sea. HEX triplet: 25, 77 and 5C. RGB value is (37,119,92). Sum of RGB (Red+Green+Blue) = 37+119+92=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #25775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25775C is #DA88A3. Grayscale: #5B5B5B. Windows color (decimal): -14321828 or 6059813. OLE color: 6059813.

HSL color Cylindrical-coordinate representation of color #25775C: hue angle of 160.24º 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 #25775C is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 119 92 -
CMYK 0.69 0 0.23 0.53
HSL 160.24º 0.53% 0.31% -
HSV(B) 160.24º 0.69% 0.47% -
XYZ 9.29 14.36 12.41 -
YUV 91.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 37 119 92 0.69 0 0.23 0.53 160.24 0.53 0.31
Hex 25 77 5C 45 0 17 35 A0 35 1F
Octal 45 167 134 105 0 27 65 240 65 37
Binary 100101 1110111 1011100 1000101 0 10111 110101 10100000 110101 11111

Color Harmonies of #25775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25775C

Black with #25775C

Text Example


Text Example

White with #25775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25775C; }

 p { color: rgb(37,119,92); }

 H1.HeaderClassName
 {
   color: #25775C;
 }
 .AnyTagClassName
 {
   color: #25775C;
 }
</style>

background-color css

<style>
 a { background-color: #25775C; }

 a { background-color: rgb(37,119,92); }

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

border-color css

<style>
 span { border-color: #25775C; }

 span { border-color: rgb(37,119,92); }

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