Html Css Color HEX #5BCFB3 Medium Aquamarine

📋 copy color: '#5BCFB3'

red 91 ◦ green 207 ◦ blue 179

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

Shades of Medium Aquamarine #5BCFB3

Tints of Medium Aquamarine #5BCFB3

RGB

 RED value IS 91 (35.94% from 255) = 19.08%

 GREEN value IS 207 (81.25% from 255) = 43.4%

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 19.08%
G = 43.4%
B = 37.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#5BCFB3 (or 0x5BCFB3) is known color: Medium Aquamarine. HEX triplet: 5B, CF and B3. RGB value is (91,207,179). Sum of RGB (Red+Green+Blue) = 91+207+179=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFB3 is #A4304C. Grayscale: #A9A9A9. Windows color (decimal): -10760269 or 11784027. OLE color: 11784027.

HSL color Cylindrical-coordinate representation of color #5BCFB3: hue angle of 165.52º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCFB3 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 207 179 -
CMYK 0.56 0 0.14 0.19
HSL 165.52º 0.55% 0.58% -
HSV(B) 165.52º 0.56% 0.81% -
XYZ 34.76 50.1 50.49 -
YUV 169.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 91 207 179 0.56 0 0.14 0.19 165.52 0.55 0.58
Hex 5B CF B3 38 0 E 13 A6 37 3A
Octal 133 317 263 70 0 16 23 246 67 72
Binary 1011011 11001111 10110011 111000 0 1110 10011 10100110 110111 111010

Color Harmonies of #5BCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFB3

Black with #5BCFB3

Text Example


Text Example

White with #5BCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,207,179); }

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

background-color css

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

 a { background-color: rgb(91,207,179); }

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

border-color css

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

 span { border-color: rgb(91,207,179); }

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