Html Css Color HEX #5CAE9F Keppel

📋 copy color: '#5CAE9F'

red 92 ◦ green 174 ◦ blue 159

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

Shades of Keppel #5CAE9F

Tints of Keppel #5CAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 21.65%
G = 40.94%
B = 37.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#5CAE9F (or 0x5CAE9F) is known color: Keppel. HEX triplet: 5C, AE and 9F. RGB value is (92,174,159). Sum of RGB (Red+Green+Blue) = 92+174+159=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAE9F is #A35160. Grayscale: #939393. Windows color (decimal): -10703201 or 10464860. OLE color: 10464860.

HSL color Cylindrical-coordinate representation of color #5CAE9F: hue angle of 169.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAE9F is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 174 159 -
CMYK 0.47 0 0.09 0.32
HSL 169.02º 0.34% 0.52% -
HSV(B) 169.02º 0.47% 0.68% -
XYZ 25.81 35.05 38.21 -
YUV 147.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 92 174 159 0.47 0 0.09 0.32 169.02 0.34 0.52
Hex 5C AE 9F 2F 0 9 20 A9 22 34
Octal 134 256 237 57 0 11 40 251 42 64
Binary 1011100 10101110 10011111 101111 0 1001 100000 10101001 100010 110100

Color Harmonies of #5CAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAE9F

Black with #5CAE9F

Text Example


Text Example

White with #5CAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,174,159); }

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

background-color css

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

 a { background-color: rgb(92,174,159); }

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

border-color css

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

 span { border-color: rgb(92,174,159); }

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