Html Css Color HEX #74C0CD Seagull

📋 copy color: '#74C0CD'

red 116 ◦ green 192 ◦ blue 205

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

Shades of Seagull #74C0CD

Tints of Seagull #74C0CD

RGB

 RED value IS 116 (45.7% from 255) = 22.61%

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 22.61%
G = 37.43%
B = 39.96%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74C0CD (or 0x74C0CD) is known color: Seagull. HEX triplet: 74, C0 and CD. RGB value is (116,192,205). Sum of RGB (Red+Green+Blue) = 116+192+205=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #74C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C0CD is #8B3F32. Grayscale: #AAAAAA. Windows color (decimal): -9125683 or 13484148. OLE color: 13484148.

HSL color Cylindrical-coordinate representation of color #74C0CD: hue angle of 188.76º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74C0CD is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 192 205 -
CMYK 0.43 0.06 0 0.20
HSL 188.76º 0.47% 0.63% -
HSV(B) 188.76º 0.43% 0.8% -
XYZ 37.07 45.82 64.65 -
YUV 170.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 116 192 205 0.43 0.06 0 0.20 188.76 0.47 0.63
Hex 74 C0 CD 2B 6 0 14 BD 2F 3F
Octal 164 300 315 53 6 0 24 275 57 77
Binary 1110100 11000000 11001101 101011 110 0 10100 10111101 101111 111111

Color Harmonies of #74C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C0CD

Black with #74C0CD

Text Example


Text Example

White with #74C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C0CD; }

 p { color: rgb(116,192,205); }

 H1.HeaderClassName
 {
   color: #74C0CD;
 }
 .AnyTagClassName
 {
   color: #74C0CD;
 }
</style>

background-color css

<style>
 a { background-color: #74C0CD; }

 a { background-color: rgb(116,192,205); }

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

border-color css

<style>
 span { border-color: #74C0CD; }

 span { border-color: rgb(116,192,205); }

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