Html Css Color HEX #6CF1CC Aquamarine

📋 copy color: '#6CF1CC'

red 108 ◦ green 241 ◦ blue 204

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

Shades of Aquamarine #6CF1CC

Tints of Aquamarine #6CF1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.58%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 19.53%
G = 43.58%
B = 36.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#6CF1CC (or 0x6CF1CC) is known color: Aquamarine. HEX triplet: 6C, F1 and CC. RGB value is (108,241,204). Sum of RGB (Red+Green+Blue) = 108+241+204=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF1CC is #930E33. Grayscale: #C5C5C5. Windows color (decimal): -9637428 or 13431148. OLE color: 13431148.

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

Color convert

RGB 108 241 204 -
CMYK 0.55 0 0.15 0.05
HSL 163.31º 0.83% 0.68% -
HSV(B) 163.31º 0.55% 0.95% -
XYZ 48.54 70.46 68.17 -
YUV 197.02 131.94 64.51 -
System Red Green Blue C M Y K H S L
Decimal 108 241 204 0.55 0 0.15 0.05 163.31 0.83 0.68
Hex 6C F1 CC 37 0 F 5 A3 53 44
Octal 154 361 314 67 0 17 5 243 123 104
Binary 1101100 11110001 11001100 110111 0 1111 101 10100011 1010011 1000100

Color Harmonies of #6CF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF1CC

Black with #6CF1CC

Text Example


Text Example

White with #6CF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,241,204); }

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

background-color css

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

 a { background-color: rgb(108,241,204); }

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

border-color css

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

 span { border-color: rgb(108,241,204); }

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