Html Css Color HEX #125341 Deep Teal

📋 copy color: '#125341'

red 18 ◦ green 83 ◦ blue 65

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

Shades of Deep Teal #125341

Tints of Deep Teal #125341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 10.84%
G = 50%
B = 39.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#125341 (or 0x125341) is known color: Deep Teal. HEX triplet: 12, 53 and 41. RGB value is (18,83,65). Sum of RGB (Red+Green+Blue) = 18+83+65=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #125341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125341 is #EDACBE. Grayscale: #3D3D3D. Windows color (decimal): -15576255 or 4281106. OLE color: 4281106.

HSL color Cylindrical-coordinate representation of color #125341: hue angle of 163.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125341 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 65 -
CMYK 0.78 0 0.22 0.67
HSL 163.38º 0.64% 0.2% -
HSV(B) 163.38º 0.78% 0.33% -
XYZ 4.3 6.7 6.07 -
YUV 61.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 18 83 65 0.78 0 0.22 0.67 163.38 0.64 0.2
Hex 12 53 41 4E 0 16 43 A3 40 14
Octal 22 123 101 116 0 26 103 243 100 24
Binary 10010 1010011 1000001 1001110 0 10110 1000011 10100011 1000000 10100

Color Harmonies of #125341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125341

Black with #125341

Text Example


Text Example

White with #125341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125341; }

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

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

background-color css

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

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

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

border-color css

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

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

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