Html Css Color HEX #74CED0 Spray

📋 copy color: '#74CED0'

red 116 ◦ green 206 ◦ blue 208

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

Shades of Spray #74CED0

Tints of Spray #74CED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 21.89%
G = 38.87%
B = 39.25%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#74CED0 (or 0x74CED0) is known color: Spray. HEX triplet: 74, CE and D0. RGB value is (116,206,208). Sum of RGB (Red+Green+Blue) = 116+206+208=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #74CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CED0 is #8B312F. Grayscale: #B3B3B3. Windows color (decimal): -9122096 or 13684340. OLE color: 13684340.

HSL color Cylindrical-coordinate representation of color #74CED0: hue angle of 181.3º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CED0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 206 208 -
CMYK 0.44 0.01 0 0.18
HSL 181.3º 0.49% 0.64% -
HSV(B) 181.3º 0.44% 0.82% -
XYZ 40.66 52.41 67.65 -
YUV 179.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 116 206 208 0.44 0.01 0 0.18 181.3 0.49 0.64
Hex 74 CE D0 2C 1 0 12 B5 31 40
Octal 164 316 320 54 1 0 22 265 61 100
Binary 1110100 11001110 11010000 101100 1 0 10010 10110101 110001 1000000

Color Harmonies of #74CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CED0

Black with #74CED0

Text Example


Text Example

White with #74CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,206,208); }

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

background-color css

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

 a { background-color: rgb(116,206,208); }

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

border-color css

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

 span { border-color: rgb(116,206,208); }

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