Html Css Color HEX #68C7CE Seagull

📋 copy color: '#68C7CE'

red 104 ◦ green 199 ◦ blue 206

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

Shades of Seagull #68C7CE

Tints of Seagull #68C7CE

RGB

 RED value IS 104 (41.02% from 255) = 20.43%

 GREEN value IS 199 (78.13% from 255) = 39.1%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 20.43%
G = 39.1%
B = 40.47%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68C7CE (or 0x68C7CE) is known color: Seagull. HEX triplet: 68, C7 and CE. RGB value is (104,199,206). Sum of RGB (Red+Green+Blue) = 104+199+206=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #68C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7CE is #973831. Grayscale: #ABABAB. Windows color (decimal): -9910322 or 13551464. OLE color: 13551464.

HSL color Cylindrical-coordinate representation of color #68C7CE: hue angle of 184.12º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68C7CE is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 199 206 -
CMYK 0.50 0.03 0 0.19
HSL 184.12º 0.51% 0.61% -
HSV(B) 184.12º 0.5% 0.81% -
XYZ 37.27 48.25 65.74 -
YUV 171.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 104 199 206 0.50 0.03 0 0.19 184.12 0.51 0.61
Hex 68 C7 CE 32 3 0 13 B8 33 3D
Octal 150 307 316 62 3 0 23 270 63 75
Binary 1101000 11000111 11001110 110010 11 0 10011 10111000 110011 111101

Color Harmonies of #68C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7CE

Black with #68C7CE

Text Example


Text Example

White with #68C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C7CE; }

 p { color: rgb(104,199,206); }

 H1.HeaderClassName
 {
   color: #68C7CE;
 }
 .AnyTagClassName
 {
   color: #68C7CE;
 }
</style>

background-color css

<style>
 a { background-color: #68C7CE; }

 a { background-color: rgb(104,199,206); }

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

border-color css

<style>
 span { border-color: #68C7CE; }

 span { border-color: rgb(104,199,206); }

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