Html Css Color HEX #67C6CD Seagull

📋 copy color: '#67C6CD'

red 103 ◦ green 198 ◦ blue 205

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

Shades of Seagull #67C6CD

Tints of Seagull #67C6CD

RGB

 RED value IS 103 (40.63% from 255) = 20.36%

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 20.36%
G = 39.13%
B = 40.51%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67C6CD (or 0x67C6CD) is known color: Seagull. HEX triplet: 67, C6 and CD. RGB value is (103,198,205). Sum of RGB (Red+Green+Blue) = 103+198+205=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #67C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6CD is #983932. Grayscale: #AAAAAA. Windows color (decimal): -9976115 or 13485671. OLE color: 13485671.

HSL color Cylindrical-coordinate representation of color #67C6CD: hue angle of 184.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67C6CD is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 198 205 -
CMYK 0.50 0.03 0 0.20
HSL 184.12º 0.5% 0.6% -
HSV(B) 184.12º 0.5% 0.8% -
XYZ 36.81 47.68 65.02 -
YUV 170.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 103 198 205 0.50 0.03 0 0.20 184.12 0.5 0.6
Hex 67 C6 CD 32 3 0 14 B8 32 3C
Octal 147 306 315 62 3 0 24 270 62 74
Binary 1100111 11000110 11001101 110010 11 0 10100 10111000 110010 111100

Color Harmonies of #67C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C6CD

Black with #67C6CD

Text Example


Text Example

White with #67C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67C6CD; }

 p { color: rgb(103,198,205); }

 H1.HeaderClassName
 {
   color: #67C6CD;
 }
 .AnyTagClassName
 {
   color: #67C6CD;
 }
</style>

background-color css

<style>
 a { background-color: #67C6CD; }

 a { background-color: rgb(103,198,205); }

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

border-color css

<style>
 span { border-color: #67C6CD; }

 span { border-color: rgb(103,198,205); }

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