Html Css Color HEX #74D0CF Spray

📋 copy color: '#74D0CF'

red 116 ◦ green 208 ◦ blue 207

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

Shades of Spray #74D0CF

Tints of Spray #74D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 21.85%
G = 39.17%
B = 38.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#74D0CF (or 0x74D0CF) is known color: Spray. HEX triplet: 74, D0 and CF. RGB value is (116,208,207). Sum of RGB (Red+Green+Blue) = 116+208+207=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #74D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0CF is #8B2F30. Grayscale: #B4B4B4. Windows color (decimal): -9121585 or 13619316. OLE color: 13619316.

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

Color convert

RGB 116 208 207 -
CMYK 0.44 0 0.00 0.18
HSL 179.35º 0.49% 0.64% -
HSV(B) 179.35º 0.44% 0.82% -
XYZ 41.02 53.33 67.16 -
YUV 180.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 116 208 207 0.44 0 0.00 0.18 179.35 0.49 0.64
Hex 74 D0 CF 2C 0 0 12 B3 31 40
Octal 164 320 317 54 0 0 22 263 61 100
Binary 1110100 11010000 11001111 101100 0 0 10010 10110011 110001 1000000

Color Harmonies of #74D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D0CF

Black with #74D0CF

Text Example


Text Example

White with #74D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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