Html Css Color HEX #67A49E Cadet Blue

📋 copy color: '#67A49E'

red 103 ◦ green 164 ◦ blue 158

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

Shades of Cadet Blue #67A49E

Tints of Cadet Blue #67A49E

RGB

 RED value IS 103 (40.63% from 255) = 24.24%

 GREEN value IS 164 (64.45% from 255) = 38.59%

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 24.24%
G = 38.59%
B = 37.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#67A49E (or 0x67A49E) is known color: Cadet Blue. HEX triplet: 67, A4 and 9E. RGB value is (103,164,158). Sum of RGB (Red+Green+Blue) = 103+164+158=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #67A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A49E is #985B61. Grayscale: #919191. Windows color (decimal): -9984866 or 10396775. OLE color: 10396775.

HSL color Cylindrical-coordinate representation of color #67A49E: hue angle of 174.1º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A49E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 164 158 -
CMYK 0.37 0 0.04 0.36
HSL 174.1º 0.25% 0.52% -
HSV(B) 174.1º 0.37% 0.64% -
XYZ 25.04 31.9 37.19 -
YUV 145.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 103 164 158 0.37 0 0.04 0.36 174.1 0.25 0.52
Hex 67 A4 9E 25 0 4 24 AE 19 34
Octal 147 244 236 45 0 4 44 256 31 64
Binary 1100111 10100100 10011110 100101 0 100 100100 10101110 11001 110100

Color Harmonies of #67A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A49E

Black with #67A49E

Text Example


Text Example

White with #67A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A49E; }

 p { color: rgb(103,164,158); }

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

background-color css

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

 a { background-color: rgb(103,164,158); }

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

border-color css

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

 span { border-color: rgb(103,164,158); }

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