Html Css Color HEX #1F825E Deep Sea

📋 copy color: '#1F825E'

red 31 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #1F825E

Tints of Deep Sea #1F825E

RGB

 RED value IS 31 (12.5% from 255) = 12.16%

 GREEN value IS 130 (51.17% from 255) = 50.98%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 12.16%
G = 50.98%
B = 36.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#1F825E (or 0x1F825E) is known color: Deep Sea. HEX triplet: 1F, 82 and 5E. RGB value is (31,130,94). Sum of RGB (Red+Green+Blue) = 31+130+94=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825E is #E07DA1. Grayscale: #606060. Windows color (decimal): -14712226 or 6193695. OLE color: 6193695.

HSL color Cylindrical-coordinate representation of color #1F825E: hue angle of 158.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 94 -
CMYK 0.76 0 0.28 0.49
HSL 158.18º 0.61% 0.32% -
HSV(B) 158.18º 0.76% 0.51% -
XYZ 10.57 17.06 13.33 -
YUV 96.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 31 130 94 0.76 0 0.28 0.49 158.18 0.61 0.32
Hex 1F 82 5E 4C 0 1C 31 9E 3D 20
Octal 37 202 136 114 0 34 61 236 75 40
Binary 11111 10000010 1011110 1001100 0 11100 110001 10011110 111101 100000

Color Harmonies of #1F825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F825E

Black with #1F825E

Text Example


Text Example

White with #1F825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F825E; }

 p { color: rgb(31,130,94); }

 H1.HeaderClassName
 {
   color: #1F825E;
 }
 .AnyTagClassName
 {
   color: #1F825E;
 }
</style>

background-color css

<style>
 a { background-color: #1F825E; }

 a { background-color: rgb(31,130,94); }

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

border-color css

<style>
 span { border-color: #1F825E; }

 span { border-color: rgb(31,130,94); }

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