Html Css Color HEX #6CC2CA Seagull

📋 copy color: '#6CC2CA'

red 108 ◦ green 194 ◦ blue 202

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

Shades of Seagull #6CC2CA

Tints of Seagull #6CC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 21.43%
G = 38.49%
B = 40.08%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6CC2CA (or 0x6CC2CA) is known color: Seagull. HEX triplet: 6C, C2 and CA. RGB value is (108,194,202). Sum of RGB (Red+Green+Blue) = 108+194+202=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2CA is #933D35. Grayscale: #A9A9A9. Windows color (decimal): -9649462 or 13288044. OLE color: 13288044.

HSL color Cylindrical-coordinate representation of color #6CC2CA: hue angle of 185.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CC2CA is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 194 202 -
CMYK 0.47 0.04 0 0.21
HSL 185.11º 0.47% 0.61% -
HSV(B) 185.11º 0.47% 0.79% -
XYZ 36.14 46.04 62.86 -
YUV 169.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 108 194 202 0.47 0.04 0 0.21 185.11 0.47 0.61
Hex 6C C2 CA 2F 4 0 15 B9 2F 3D
Octal 154 302 312 57 4 0 25 271 57 75
Binary 1101100 11000010 11001010 101111 100 0 10101 10111001 101111 111101

Color Harmonies of #6CC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC2CA

Black with #6CC2CA

Text Example


Text Example

White with #6CC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,194,202); }

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

background-color css

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

 a { background-color: rgb(108,194,202); }

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

border-color css

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

 span { border-color: rgb(108,194,202); }

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