Html Css Color HEX #5CABA6 Cadet Blue

📋 copy color: '#5CABA6'

red 92 ◦ green 171 ◦ blue 166

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

Shades of Cadet Blue #5CABA6

Tints of Cadet Blue #5CABA6

RGB

 RED value IS 92 (36.33% from 255) = 21.45%

 GREEN value IS 171 (67.19% from 255) = 39.86%

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 21.45%
G = 39.86%
B = 38.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#5CABA6 (or 0x5CABA6) is known color: Cadet Blue. HEX triplet: 5C, AB and A6. RGB value is (92,171,166). Sum of RGB (Red+Green+Blue) = 92+171+166=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #5CABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CABA6 is #A35459. Grayscale: #929292. Windows color (decimal): -10703962 or 10922844. OLE color: 10922844.

HSL color Cylindrical-coordinate representation of color #5CABA6: hue angle of 176.2º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CABA6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 171 166 -
CMYK 0.46 0 0.03 0.33
HSL 176.2º 0.32% 0.52% -
HSV(B) 176.2º 0.46% 0.67% -
XYZ 25.86 34.15 41.31 -
YUV 146.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 92 171 166 0.46 0 0.03 0.33 176.2 0.32 0.52
Hex 5C AB A6 2E 0 3 21 B0 20 34
Octal 134 253 246 56 0 3 41 260 40 64
Binary 1011100 10101011 10100110 101110 0 11 100001 10110000 100000 110100

Color Harmonies of #5CABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABA6

Black with #5CABA6

Text Example


Text Example

White with #5CABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CABA6; }

 p { color: rgb(92,171,166); }

 H1.HeaderClassName
 {
   color: #5CABA6;
 }
 .AnyTagClassName
 {
   color: #5CABA6;
 }
</style>

background-color css

<style>
 a { background-color: #5CABA6; }

 a { background-color: rgb(92,171,166); }

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

border-color css

<style>
 span { border-color: #5CABA6; }

 span { border-color: rgb(92,171,166); }

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