Html Css Color HEX #1B433C Deep Teal

📋 copy color: '#1B433C'

red 27 ◦ green 67 ◦ blue 60

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

Shades of Deep Teal #1B433C

Tints of Deep Teal #1B433C

RGB

 RED value IS 27 (10.94% from 255) = 17.53%

 GREEN value IS 67 (26.56% from 255) = 43.51%

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 17.53%
G = 43.51%
B = 38.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#1B433C (or 0x1B433C) is known color: Deep Teal. HEX triplet: 1B, 43 and 3C. RGB value is (27,67,60). Sum of RGB (Red+Green+Blue) = 27+67+60=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #1B433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B433C is #E4BCC3. Grayscale: #363636. Windows color (decimal): -14990532 or 3949339. OLE color: 3949339.

HSL color Cylindrical-coordinate representation of color #1B433C: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B433C is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 67 60 -
CMYK 0.60 0 0.10 0.74
HSL 169.5º 0.43% 0.18% -
HSV(B) 169.5º 0.6% 0.26% -
XYZ 3.27 4.57 4.99 -
YUV 54.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 27 67 60 0.60 0 0.10 0.74 169.5 0.43 0.18
Hex 1B 43 3C 3C 0 A 4A AA 2B 12
Octal 33 103 74 74 0 12 112 252 53 22
Binary 11011 1000011 111100 111100 0 1010 1001010 10101010 101011 10010

Color Harmonies of #1B433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B433C

Black with #1B433C

Text Example


Text Example

White with #1B433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B433C; }

 p { color: rgb(27,67,60); }

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

background-color css

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

 a { background-color: rgb(27,67,60); }

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

border-color css

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

 span { border-color: rgb(27,67,60); }

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