Html Css Color HEX #74CCCD Spray

📋 copy color: '#74CCCD'

red 116 ◦ green 204 ◦ blue 205

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

Shades of Spray #74CCCD

Tints of Spray #74CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.86%

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

R = 22.1%
G = 38.86%
B = 39.05%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74CCCD (or 0x74CCCD) is known color: Spray. HEX triplet: 74, CC and CD. RGB value is (116,204,205). Sum of RGB (Red+Green+Blue) = 116+204+205=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #74CCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCCD is #8B3332. Grayscale: #B1B1B1. Windows color (decimal): -9122611 or 13487220. OLE color: 13487220.

HSL color Cylindrical-coordinate representation of color #74CCCD: hue angle of 180.67º 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 #74CCCD is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 204 205 -
CMYK 0.43 0.00 0 0.20
HSL 180.67º 0.47% 0.63% -
HSV(B) 180.67º 0.43% 0.8% -
XYZ 39.81 51.31 65.56 -
YUV 177.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 116 204 205 0.43 0.00 0 0.20 180.67 0.47 0.63
Hex 74 CC CD 2B 0 0 14 B5 2F 3F
Octal 164 314 315 53 0 0 24 265 57 77
Binary 1110100 11001100 11001101 101011 0 0 10100 10110101 101111 111111

Color Harmonies of #74CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCCD

Black with #74CCCD

Text Example


Text Example

White with #74CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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