Html Css Color HEX #7CCCCA Bermuda

📋 copy color: '#7CCCCA'

red 124 ◦ green 204 ◦ blue 202

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

Shades of Bermuda #7CCCCA

Tints of Bermuda #7CCCCA

RGB

 RED value IS 124 (48.83% from 255) = 23.4%

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 23.4%
G = 38.49%
B = 38.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#7CCCCA (or 0x7CCCCA) is known color: Bermuda. HEX triplet: 7C, CC and CA. RGB value is (124,204,202). Sum of RGB (Red+Green+Blue) = 124+204+202=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCCA is #833335. Grayscale: #B3B3B3. Windows color (decimal): -8598326 or 13290620. OLE color: 13290620.

HSL color Cylindrical-coordinate representation of color #7CCCCA: hue angle of 178.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCCA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 202 -
CMYK 0.39 0 0.01 0.2
HSL 178.5º 0.44% 0.64% -
HSV(B) 178.5º 0.39% 0.8% -
XYZ 40.57 51.74 63.72 -
YUV 179.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 124 204 202 0.39 0 0.01 0.2 178.5 0.44 0.64
Hex 7C CC CA 27 0 1 14 B2 2C 40
Octal 174 314 312 47 0 1 24 262 54 100
Binary 1111100 11001100 11001010 100111 0 1 10100 10110010 101100 1000000

Color Harmonies of #7CCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCCCA

Black with #7CCCCA

Text Example


Text Example

White with #7CCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,202); }

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

background-color css

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

 a { background-color: rgb(124,204,202); }

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

border-color css

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

 span { border-color: rgb(124,204,202); }

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