Html Css Color HEX #123F39 Deep Teal

📋 copy color: '#123F39'

red 18 ◦ green 63 ◦ blue 57

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

Shades of Deep Teal #123F39

Tints of Deep Teal #123F39

RGB

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

 GREEN value IS 63 (25% from 255) = 45.65%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 13.04%
G = 45.65%
B = 41.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#123F39 (or 0x123F39) is known color: Deep Teal. HEX triplet: 12, 3F and 39. RGB value is (18,63,57). Sum of RGB (Red+Green+Blue) = 18+63+57=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #123F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F39 is #EDC0C6. Grayscale: #303030. Windows color (decimal): -15581383 or 3751698. OLE color: 3751698.

HSL color Cylindrical-coordinate representation of color #123F39: hue angle of 172º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F39 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 63 57 -
CMYK 0.71 0 0.10 0.75
HSL 172º 0.56% 0.16% -
HSV(B) 172º 0.71% 0.25% -
XYZ 2.77 3.98 4.49 -
YUV 48.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 18 63 57 0.71 0 0.10 0.75 172 0.56 0.16
Hex 12 3F 39 47 0 A 4B AC 38 10
Octal 22 77 71 107 0 12 113 254 70 20
Binary 10010 111111 111001 1000111 0 1010 1001011 10101100 111000 10000

Color Harmonies of #123F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F39

Black with #123F39

Text Example


Text Example

White with #123F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123F39; }

 p { color: rgb(18,63,57); }

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

background-color css

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

 a { background-color: rgb(18,63,57); }

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

border-color css

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

 span { border-color: rgb(18,63,57); }

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