Html Css Color HEX #124135 Deep Teal

📋 copy color: '#124135'

red 18 ◦ green 65 ◦ blue 53

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

Shades of Deep Teal #124135

Tints of Deep Teal #124135

RGB

 RED value IS 18 (7.42% from 255) = 13.24%

 GREEN value IS 65 (25.78% from 255) = 47.79%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 13.24%
G = 47.79%
B = 38.97%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#124135 (or 0x124135) is known color: Deep Teal. HEX triplet: 12, 41 and 35. RGB value is (18,65,53). Sum of RGB (Red+Green+Blue) = 18+65+53=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #124135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124135 is #EDBECA. Grayscale: #313131. Windows color (decimal): -15580875 or 3490066. OLE color: 3490066.

HSL color Cylindrical-coordinate representation of color #124135: hue angle of 164.68º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124135 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 53 -
CMYK 0.72 0 0.18 0.75
HSL 164.68º 0.57% 0.16% -
HSV(B) 164.68º 0.72% 0.25% -
XYZ 2.78 4.17 4.03 -
YUV 49.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 18 65 53 0.72 0 0.18 0.75 164.68 0.57 0.16
Hex 12 41 35 48 0 12 4B A5 39 10
Octal 22 101 65 110 0 22 113 245 71 20
Binary 10010 1000001 110101 1001000 0 10010 1001011 10100101 111001 10000

Color Harmonies of #124135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124135

Black with #124135

Text Example


Text Example

White with #124135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124135; }

 p { color: rgb(18,65,53); }

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

background-color css

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

 a { background-color: rgb(18,65,53); }

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

border-color css

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

 span { border-color: rgb(18,65,53); }

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