Html Css Color HEX #6CF8CB Aquamarine

📋 copy color: '#6CF8CB'

red 108 ◦ green 248 ◦ blue 203

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

Shades of Aquamarine #6CF8CB

Tints of Aquamarine #6CF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 19.32%
G = 44.36%
B = 36.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#6CF8CB (or 0x6CF8CB) is known color: Aquamarine. HEX triplet: 6C, F8 and CB. RGB value is (108,248,203). Sum of RGB (Red+Green+Blue) = 108+248+203=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF8CB is #930734. Grayscale: #C9C9C9. Windows color (decimal): -9635637 or 13367404. OLE color: 13367404.

HSL color Cylindrical-coordinate representation of color #6CF8CB: hue angle of 160.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8CB is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 108 248 203 -
CMYK 0.56 0 0.18 0.03
HSL 160.71º 0.91% 0.7% -
HSV(B) 160.71º 0.56% 0.97% -
XYZ 50.53 74.63 68.24 -
YUV 201.01 129.12 61.66 -
System Red Green Blue C M Y K H S L
Decimal 108 248 203 0.56 0 0.18 0.03 160.71 0.91 0.7
Hex 6C F8 CB 38 0 12 3 A1 5B 46
Octal 154 370 313 70 0 22 3 241 133 106
Binary 1101100 11111000 11001011 111000 0 10010 11 10100001 1011011 1000110

Color Harmonies of #6CF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF8CB

Black with #6CF8CB

Text Example


Text Example

White with #6CF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,248,203); }

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

background-color css

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

 a { background-color: rgb(108,248,203); }

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

border-color css

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

 span { border-color: rgb(108,248,203); }

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