Html Css Color HEX #629EAB Cadet Blue

📋 copy color: '#629EAB'

red 98 ◦ green 158 ◦ blue 171

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

Shades of Cadet Blue #629EAB

Tints of Cadet Blue #629EAB

RGB

 RED value IS 98 (38.67% from 255) = 22.95%

 GREEN value IS 158 (62.11% from 255) = 37%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 22.95%
G = 37%
B = 40.05%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#629EAB (or 0x629EAB) is known color: Cadet Blue. HEX triplet: 62, 9E and AB. RGB value is (98,158,171). Sum of RGB (Red+Green+Blue) = 98+158+171=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #629EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629EAB is #9D6154. Grayscale: #8D8D8D. Windows color (decimal): -10314069 or 11247202. OLE color: 11247202.

HSL color Cylindrical-coordinate representation of color #629EAB: hue angle of 190.68º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629EAB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 158 171 -
CMYK 0.43 0.08 0 0.33
HSL 190.68º 0.3% 0.53% -
HSV(B) 190.68º 0.43% 0.67% -
XYZ 24.61 29.99 43.02 -
YUV 141.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 98 158 171 0.43 0.08 0 0.33 190.68 0.3 0.53
Hex 62 9E AB 2B 8 0 21 BF 1E 35
Octal 142 236 253 53 10 0 41 277 36 65
Binary 1100010 10011110 10101011 101011 1000 0 100001 10111111 11110 110101

Color Harmonies of #629EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EAB

Black with #629EAB

Text Example


Text Example

White with #629EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629EAB; }

 p { color: rgb(98,158,171); }

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

background-color css

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

 a { background-color: rgb(98,158,171); }

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

border-color css

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

 span { border-color: rgb(98,158,171); }

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