Html Css Color HEX #75E3CC Riptide

📋 copy color: '#75E3CC'

red 117 ◦ green 227 ◦ blue 204

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

Shades of Riptide #75E3CC

Tints of Riptide #75E3CC

RGB

 RED value IS 117 (46.09% from 255) = 21.35%

 GREEN value IS 227 (89.06% from 255) = 41.42%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 21.35%
G = 41.42%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#75E3CC (or 0x75E3CC) is known color: Riptide. HEX triplet: 75, E3 and CC. RGB value is (117,227,204). Sum of RGB (Red+Green+Blue) = 117+227+204=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3CC is #8A1C33. Grayscale: #BFBFBF. Windows color (decimal): -9051188 or 13427573. OLE color: 13427573.

HSL color Cylindrical-coordinate representation of color #75E3CC: hue angle of 167.45º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3CC is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 204 -
CMYK 0.48 0 0.10 0.11
HSL 167.45º 0.66% 0.67% -
HSV(B) 167.45º 0.48% 0.89% -
XYZ 45.7 63.08 66.89 -
YUV 191.49 135.06 74.87 -
System Red Green Blue C M Y K H S L
Decimal 117 227 204 0.48 0 0.10 0.11 167.45 0.66 0.67
Hex 75 E3 CC 30 0 A B A7 42 43
Octal 165 343 314 60 0 12 13 247 102 103
Binary 1110101 11100011 11001100 110000 0 1010 1011 10100111 1000010 1000011

Color Harmonies of #75E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E3CC

Black with #75E3CC

Text Example


Text Example

White with #75E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75E3CC; }

 p { color: rgb(117,227,204); }

 H1.HeaderClassName
 {
   color: #75E3CC;
 }
 .AnyTagClassName
 {
   color: #75E3CC;
 }
</style>

background-color css

<style>
 a { background-color: #75E3CC; }

 a { background-color: rgb(117,227,204); }

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

border-color css

<style>
 span { border-color: #75E3CC; }

 span { border-color: rgb(117,227,204); }

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