Html Css Color HEX #6CF2B4 Medium Aquamarine

📋 copy color: '#6CF2B4'

red 108 ◦ green 242 ◦ blue 180

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

Shades of Medium Aquamarine #6CF2B4

Tints of Medium Aquamarine #6CF2B4

RGB

 RED value IS 108 (42.58% from 255) = 20.38%

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 20.38%
G = 45.66%
B = 33.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#6CF2B4 (or 0x6CF2B4) is known color: Medium Aquamarine. HEX triplet: 6C, F2 and B4. RGB value is (108,242,180). Sum of RGB (Red+Green+Blue) = 108+242+180=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF2B4 is #930D4B. Grayscale: #C2C2C2. Windows color (decimal): -9637196 or 11858540. OLE color: 11858540.

HSL color Cylindrical-coordinate representation of color #6CF2B4: hue angle of 152.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF2B4 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 242 180 -
CMYK 0.55 0 0.26 0.05
HSL 152.24º 0.84% 0.69% -
HSV(B) 152.24º 0.55% 0.95% -
XYZ 46.17 69.99 54.26 -
YUV 194.87 119.61 66.04 -
System Red Green Blue C M Y K H S L
Decimal 108 242 180 0.55 0 0.26 0.05 152.24 0.84 0.69
Hex 6C F2 B4 37 0 1A 5 98 54 45
Octal 154 362 264 67 0 32 5 230 124 105
Binary 1101100 11110010 10110100 110111 0 11010 101 10011000 1010100 1000101

Color Harmonies of #6CF2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF2B4

Black with #6CF2B4

Text Example


Text Example

White with #6CF2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CF2B4; }

 p { color: rgb(108,242,180); }

 H1.HeaderClassName
 {
   color: #6CF2B4;
 }
 .AnyTagClassName
 {
   color: #6CF2B4;
 }
</style>

background-color css

<style>
 a { background-color: #6CF2B4; }

 a { background-color: rgb(108,242,180); }

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

border-color css

<style>
 span { border-color: #6CF2B4; }

 span { border-color: rgb(108,242,180); }

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