Html Css Color HEX #135A4B Evening Sea

📋 copy color: '#135A4B'

red 19 ◦ green 90 ◦ blue 75

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

Shades of Evening Sea #135A4B

Tints of Evening Sea #135A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.91%

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 10.33%
G = 48.91%
B = 40.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#135A4B (or 0x135A4B) is known color: Evening Sea. HEX triplet: 13, 5A and 4B. RGB value is (19,90,75). Sum of RGB (Red+Green+Blue) = 19+90+75=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #135A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A4B is #ECA5B4. Grayscale: #434343. Windows color (decimal): -15508917 or 4938259. OLE color: 4938259.

HSL color Cylindrical-coordinate representation of color #135A4B: hue angle of 167.32º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A4B is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 75 -
CMYK 0.79 0 0.17 0.65
HSL 167.32º 0.65% 0.21% -
HSV(B) 167.32º 0.79% 0.35% -
XYZ 5.19 7.96 7.92 -
YUV 67.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 19 90 75 0.79 0 0.17 0.65 167.32 0.65 0.21
Hex 13 5A 4B 4F 0 11 41 A7 41 15
Octal 23 132 113 117 0 21 101 247 101 25
Binary 10011 1011010 1001011 1001111 0 10001 1000001 10100111 1000001 10101

Color Harmonies of #135A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A4B

Black with #135A4B

Text Example


Text Example

White with #135A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,75); }

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

background-color css

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

 a { background-color: rgb(19,90,75); }

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

border-color css

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

 span { border-color: rgb(19,90,75); }

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