Html Css Color HEX #1A855D Deep Sea

📋 copy color: '#1A855D'

red 26 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #1A855D

Tints of Deep Sea #1A855D

RGB

 RED value IS 26 (10.55% from 255) = 10.32%

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 10.32%
G = 52.78%
B = 36.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#1A855D (or 0x1A855D) is known color: Deep Sea. HEX triplet: 1A, 85 and 5D. RGB value is (26,133,93). Sum of RGB (Red+Green+Blue) = 26+133+93=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #1A855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A855D is #E57AA2. Grayscale: #606060. Windows color (decimal): -15039139 or 6128922. OLE color: 6128922.

HSL color Cylindrical-coordinate representation of color #1A855D: hue angle of 157.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A855D is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 93 -
CMYK 0.80 0 0.30 0.48
HSL 157.57º 0.67% 0.31% -
HSV(B) 157.57º 0.8% 0.52% -
XYZ 10.79 17.78 13.22 -
YUV 96.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 26 133 93 0.80 0 0.30 0.48 157.57 0.67 0.31
Hex 1A 85 5D 50 0 1E 30 9E 43 1F
Octal 32 205 135 120 0 36 60 236 103 37
Binary 11010 10000101 1011101 1010000 0 11110 110000 10011110 1000011 11111

Color Harmonies of #1A855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A855D

Black with #1A855D

Text Example


Text Example

White with #1A855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,93); }

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

background-color css

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

 a { background-color: rgb(26,133,93); }

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

border-color css

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

 span { border-color: rgb(26,133,93); }

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