Html Css Color HEX #135D4C Evening Sea

📋 copy color: '#135D4C'

red 19 ◦ green 93 ◦ blue 76

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

Shades of Evening Sea #135D4C

Tints of Evening Sea #135D4C

RGB

 RED value IS 19 (7.81% from 255) = 10.11%

 GREEN value IS 93 (36.72% from 255) = 49.47%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 10.11%
G = 49.47%
B = 40.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#135D4C (or 0x135D4C) is known color: Evening Sea. HEX triplet: 13, 5D and 4C. RGB value is (19,93,76). Sum of RGB (Red+Green+Blue) = 19+93+76=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #135D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D4C is #ECA2B3. Grayscale: #444444. Windows color (decimal): -15508148 or 5004563. OLE color: 5004563.

HSL color Cylindrical-coordinate representation of color #135D4C: hue angle of 166.22º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D4C is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 76 -
CMYK 0.80 0 0.18 0.64
HSL 166.22º 0.66% 0.22% -
HSV(B) 166.22º 0.8% 0.36% -
XYZ 5.49 8.49 8.19 -
YUV 68.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 19 93 76 0.80 0 0.18 0.64 166.22 0.66 0.22
Hex 13 5D 4C 50 0 12 40 A6 42 16
Octal 23 135 114 120 0 22 100 246 102 26
Binary 10011 1011101 1001100 1010000 0 10010 1000000 10100110 1000010 10110

Color Harmonies of #135D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D4C

Black with #135D4C

Text Example


Text Example

White with #135D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135D4C; }

 p { color: rgb(19,93,76); }

 H1.HeaderClassName
 {
   color: #135D4C;
 }
 .AnyTagClassName
 {
   color: #135D4C;
 }
</style>

background-color css

<style>
 a { background-color: #135D4C; }

 a { background-color: rgb(19,93,76); }

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

border-color css

<style>
 span { border-color: #135D4C; }

 span { border-color: rgb(19,93,76); }

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