Html Css Color HEX #68A29A Cadet Blue

📋 copy color: '#68A29A'

red 104 ◦ green 162 ◦ blue 154

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

Shades of Cadet Blue #68A29A

Tints of Cadet Blue #68A29A

RGB

 RED value IS 104 (41.02% from 255) = 24.76%

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 24.76%
G = 38.57%
B = 36.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#68A29A (or 0x68A29A) is known color: Cadet Blue. HEX triplet: 68, A2 and 9A. RGB value is (104,162,154). Sum of RGB (Red+Green+Blue) = 104+162+154=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #68A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A29A is #975D65. Grayscale: #8F8F8F. Windows color (decimal): -9919846 or 10134120. OLE color: 10134120.

HSL color Cylindrical-coordinate representation of color #68A29A: hue angle of 171.72º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A29A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 162 154 -
CMYK 0.36 0 0.05 0.36
HSL 171.72º 0.24% 0.52% -
HSV(B) 171.72º 0.36% 0.64% -
XYZ 24.46 31.12 35.29 -
YUV 143.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 104 162 154 0.36 0 0.05 0.36 171.72 0.24 0.52
Hex 68 A2 9A 24 0 5 24 AC 18 34
Octal 150 242 232 44 0 5 44 254 30 64
Binary 1101000 10100010 10011010 100100 0 101 100100 10101100 11000 110100

Color Harmonies of #68A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A29A

Black with #68A29A

Text Example


Text Example

White with #68A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A29A; }

 p { color: rgb(104,162,154); }

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

background-color css

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

 a { background-color: rgb(104,162,154); }

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

border-color css

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

 span { border-color: rgb(104,162,154); }

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