Html Css Color HEX #7FEBCB Riptide

📋 copy color: '#7FEBCB'

red 127 ◦ green 235 ◦ blue 203

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

Shades of Riptide #7FEBCB

Tints of Riptide #7FEBCB

RGB

 RED value IS 127 (50% from 255) = 22.48%

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 22.48%
G = 41.59%
B = 35.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#7FEBCB (or 0x7FEBCB) is known color: Riptide. HEX triplet: 7F, EB and CB. RGB value is (127,235,203). Sum of RGB (Red+Green+Blue) = 127+235+203=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBCB is #801434. Grayscale: #C7C7C7. Windows color (decimal): -8393781 or 13364095. OLE color: 13364095.

HSL color Cylindrical-coordinate representation of color #7FEBCB: hue angle of 162.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBCB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 203 -
CMYK 0.46 0 0.14 0.08
HSL 162.22º 0.73% 0.71% -
HSV(B) 162.22º 0.46% 0.92% -
XYZ 49.24 68.24 67.08 -
YUV 199.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 127 235 203 0.46 0 0.14 0.08 162.22 0.73 0.71
Hex 7F EB CB 2E 0 E 8 A2 49 47
Octal 177 353 313 56 0 16 10 242 111 107
Binary 1111111 11101011 11001011 101110 0 1110 1000 10100010 1001001 1000111

Color Harmonies of #7FEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBCB

Black with #7FEBCB

Text Example


Text Example

White with #7FEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FEBCB; }

 p { color: rgb(127,235,203); }

 H1.HeaderClassName
 {
   color: #7FEBCB;
 }
 .AnyTagClassName
 {
   color: #7FEBCB;
 }
</style>

background-color css

<style>
 a { background-color: #7FEBCB; }

 a { background-color: rgb(127,235,203); }

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

border-color css

<style>
 span { border-color: #7FEBCB; }

 span { border-color: rgb(127,235,203); }

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